Search Results for

    Show / Hide Table of Contents

    Struct DeferredReference

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Xbim.IO.Step21
    Assembly: Xbim.Common.dll
    Syntax
    public struct DeferredReference

    Constructors

    | Improve this Doc View Source

    DeferredReference(Int32, IPersist, Int32, Int32[])

    Declaration
    public DeferredReference(int paramIndex, IPersist hostEntity, int refId, int[] nestedIndex)
    Parameters
    Type Name Description
    System.Int32 paramIndex
    IPersist hostEntity
    System.Int32 refId
    System.Int32[] nestedIndex

    Fields

    | Improve this Doc View Source

    HostEntity

    Declaration
    public IPersist HostEntity
    Field Value
    Type Description
    IPersist
    | Improve this Doc View Source

    NestedIndex

    Declaration
    public int[] NestedIndex
    Field Value
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    ParameterIndex

    Declaration
    public int ParameterIndex
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ReferenceId

    Declaration
    public int ReferenceId
    Field Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim