BIMClassificationGetClassification Method
|
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public static BimTypeElement GetClassification(
ObjectId objId
)
Public Shared Function GetClassification (
objId As ObjectId
) As BimTypeElement
public:
static BimTypeElement GetClassification(
ObjectId objId
)
static member GetClassification :
objId : ObjectId -> BimTypeElement
Parameters
- objId ObjectId
-
Return Value
BimTypeElement
See Also