Search Results for

    Show / Hide Table of Contents

    Class StepFileHeader

    Inheritance
    System.Object
    StepFileHeader
    Implements
    IStepFileHeader
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Common.Step21
    Assembly: Xbim.Common.dll
    Syntax
    public class StepFileHeader : IStepFileHeader, INotifyPropertyChanged

    Constructors

    | Improve this Doc View Source

    StepFileHeader(StepFileHeader.HeaderCreationMode, IModel)

    Declaration
    public StepFileHeader(StepFileHeader.HeaderCreationMode mode, IModel model)
    Parameters
    Type Name Description
    StepFileHeader.HeaderCreationMode mode
    IModel model

    Properties

    | Improve this Doc View Source

    CreatingApplication

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

    FileDescription

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

    FileName

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

    FileSchema

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

    ModelViewDefinition

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

    Name

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

    SchemaVersion

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

    TimeStamp

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

    XbimSchemaVersion

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

    Methods

    | Improve this Doc View Source

    OnPropertyChanged(String)

    Declaration
    protected virtual void OnPropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName
    | Improve this Doc View Source

    Read(BinaryReader)

    Declaration
    public void Read(BinaryReader binaryReader)
    Parameters
    Type Name Description
    System.IO.BinaryReader binaryReader
    | Improve this Doc View Source

    StampXbimApplication(XbimSchemaVersion, IModel)

    Declaration
    public void StampXbimApplication(XbimSchemaVersion schemaVersion, IModel model)
    Parameters
    Type Name Description
    XbimSchemaVersion schemaVersion
    IModel model
    | Improve this Doc View Source

    Write(BinaryWriter)

    Declaration
    public void Write(BinaryWriter binaryWriter)
    Parameters
    Type Name Description
    System.IO.BinaryWriter binaryWriter

    Events

    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    IStepFileHeader
    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim