Search Results for

    Show / Hide Table of Contents

    Interface IStepFileName

    Inherited Members
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: Xbim.Common.Step21
    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim