BIMClassificationGetClassification Method
|
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
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
- Type: Teigha.DatabaseServicesObjectId
Return Value
Type:
BimTypeElement
See Also