Search Results for

    Show / Hide Table of Contents

    Class StepFileDescription

    Inheritance
    System.Object
    StepFileDescription
    Implements
    IStepFileDescription
    IPersist
    IExpressHeaderType
    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 StepFileDescription : IStepFileDescription, IPersist, IExpressHeaderType, INotifyPropertyChanged

    Constructors

    | Improve this Doc View Source

    StepFileDescription()

    Declaration
    public StepFileDescription()
    | Improve this Doc View Source

    StepFileDescription(String)

    Declaration
    public StepFileDescription(string implementationLevel)
    Parameters
    Type Name Description
    System.String implementationLevel

    Properties

    | Improve this Doc View Source

    Description

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

    EntityCount

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

    ImplementationLevel

    Declaration
    public string ImplementationLevel { get; set; }
    Property Value
    Type Description
    System.String

    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

    Parse(Int32, IPropertyValue, Int32[])

    Declaration
    public void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
    Parameters
    Type Name Description
    System.Int32 propIndex
    IPropertyValue value
    System.Int32[] nestedIndex
    | Improve this Doc View Source

    WhereRule()

    Declaration
    public string WhereRule()
    Returns
    Type Description
    System.String

    Events

    | Improve this Doc View Source

    PropertyChanged

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IStepFileDescription.Read(BinaryReader)

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

    IStepFileDescription.Write(BinaryWriter)

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

    Implements

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