Search Results for

    Show / Hide Table of Contents

    Interface IStepFileHeader

    Inherited Members
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: Xbim.Common.Step21
    Assembly: Xbim.Common.dll
    Syntax
    public interface IStepFileHeader : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    CreatingApplication

    Declaration
    string CreatingApplication { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FileDescription

    Declaration
    IStepFileDescription FileDescription { get; set; }
    Property Value
    Type Description
    IStepFileDescription
    | Improve this Doc View Source

    FileName

    Declaration
    IStepFileName FileName { get; set; }
    Property Value
    Type Description
    IStepFileName
    | Improve this Doc View Source

    FileSchema

    Declaration
    IStepFileSchema FileSchema { get; set; }
    Property Value
    Type Description
    IStepFileSchema
    | Improve this Doc View Source

    ModelViewDefinition

    Declaration
    string ModelViewDefinition { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SchemaVersion

    Declaration
    string SchemaVersion { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TimeStamp

    Declaration
    string TimeStamp { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    XbimSchemaVersion

    Declaration
    XbimSchemaVersion XbimSchemaVersion { get; }
    Property Value
    Type Description
    XbimSchemaVersion

    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

    StampXbimApplication(XbimSchemaVersion, IModel)

    Declaration
    void StampXbimApplication(XbimSchemaVersion schemaVersion, IModel model)
    Parameters
    Type Name Description
    XbimSchemaVersion schemaVersion
    IModel model
    | 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