Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Assembly: Xbim.Common.dll
public interface IStepFileHeader : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
Declaration
string CreatingApplication { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
IStepFileDescription FileDescription { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IStepFileName FileName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IStepFileSchema FileSchema { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
string ModelViewDefinition { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
string SchemaVersion { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
string TimeStamp { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
XbimSchemaVersion XbimSchemaVersion { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
void Read(BinaryReader binaryReader)
Parameters
Type |
Name |
Description |
System.IO.BinaryReader |
binaryReader |
|
|
Improve this Doc
View Source
Declaration
void StampXbimApplication(XbimSchemaVersion schemaVersion, IModel model)
Parameters
|
Improve this Doc
View Source
Declaration
void Write(BinaryWriter binaryWriter)
Parameters
Type |
Name |
Description |
System.IO.BinaryWriter |
binaryWriter |
|