Search Results for

    Show / Hide Table of Contents

    Interface IStepFileDescription

    Inherited Members
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: Xbim.Common.Step21
    Assembly: Xbim.Common.dll
    Syntax
    public interface IStepFileDescription : IPersist, IExpressHeaderType, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Description

    Declaration
    IList<string> Description { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>
    | Improve this Doc View Source

    EntityCount

    Declaration
    int EntityCount { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ImplementationLevel

    Declaration
    string ImplementationLevel { 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