Search Results for

    Show / Hide Table of Contents

    Struct XbimShapeGeometryHandle

    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.Common.Geometry
    Assembly: Xbim.Common.dll
    Syntax
    public struct XbimShapeGeometryHandle

    Constructors

    | Improve this Doc View Source

    XbimShapeGeometryHandle(Int16, Int32, Int32)

    Declaration
    public XbimShapeGeometryHandle(short contextHandle, int shapeLabel, int referenceCount)
    Parameters
    Type Name Description
    System.Int16 contextHandle
    System.Int32 shapeLabel
    System.Int32 referenceCount

    Properties

    | Improve this Doc View Source

    Context

    The 3D model context that contains this shape geometry

    Declaration
    public readonly short Context { get; }
    Property Value
    Type Description
    System.Int16
    | Improve this Doc View Source

    ReferenceCount

    The number of references to this shape

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

    ShapeLabel

    The unique label of this shape geometry

    Declaration
    public readonly int ShapeLabel { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim