Interface IStepFileName
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Assembly: Xbim.Common.dll
Syntax
public interface IStepFileName : IPersist, IExpressHeaderType, INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
AuthorizationMailingAddress
Declaration
IList<string> AuthorizationMailingAddress { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
|
Improve this Doc
View Source
AuthorizationName
Declaration
string AuthorizationName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AuthorName
Declaration
IList<string> AuthorName { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
|
Improve this Doc
View Source
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Organization
Declaration
IList<string> Organization { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
|
Improve this Doc
View Source
OriginatingSystem
Declaration
string OriginatingSystem { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PreprocessorVersion
Declaration
string PreprocessorVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TimeStamp
Declaration
string TimeStamp { get; set; }
Property Value
Type |
Description |
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 |
|