Inheritance
System.Object
StepFileHeader
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Common.dll
public class StepFileHeader : IStepFileHeader, INotifyPropertyChanged
Constructors
|
Improve this Doc
View Source
Declaration
public StepFileHeader(StepFileHeader.HeaderCreationMode mode, IModel model)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public string CreatingApplication { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public IStepFileDescription FileDescription { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IStepFileName FileName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IStepFileSchema FileSchema { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string ModelViewDefinition { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string SchemaVersion { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string TimeStamp { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public XbimSchemaVersion XbimSchemaVersion { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
|
Improve this Doc
View Source
Declaration
public void Read(BinaryReader binaryReader)
Parameters
Type |
Name |
Description |
System.IO.BinaryReader |
binaryReader |
|
|
Improve this Doc
View Source
Declaration
public void StampXbimApplication(XbimSchemaVersion schemaVersion, IModel model)
Parameters
|
Improve this Doc
View Source
Declaration
public void Write(BinaryWriter binaryWriter)
Parameters
Type |
Name |
Description |
System.IO.BinaryWriter |
binaryWriter |
|
Events
|
Improve this Doc
View Source
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged