Interface IStepFileSchema
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Assembly: Xbim.Common.dll
Syntax
public interface IStepFileSchema : IPersist, IExpressHeaderType, INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
Schemas
Declaration
IList<string> Schemas { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Methods
|
Improve this Doc
View Source
Read(BinaryReader)
Declaration
void Read(BinaryReader binaryReader)
Parameters
Type |
Name |
Description |
System.IO.BinaryReader |
binaryReader |
|
|
Improve this Doc
View Source
Write(BinaryWriter)
Declaration
void Write(BinaryWriter binaryWriter)
Parameters
Type |
Name |
Description |
System.IO.BinaryWriter |
binaryWriter |
|