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 SourceXbimShapeGeometryHandle(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 SourceContext
The 3D model context that contains this shape geometry
Declaration
public readonly short Context { get; }
Property Value
Type | Description |
---|---|
System.Int16 |
ReferenceCount
The number of references to this shape
Declaration
public readonly int ReferenceCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ShapeLabel
The unique label of this shape geometry
Declaration
public readonly int ShapeLabel { get; }
Property Value
Type | Description |
---|---|
System.Int32 |