BIMClassificationGetPropertiesString Method
|
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public static StringCollection GetPropertiesString(
ObjectId objId
)
Public Shared Function GetPropertiesString (
objId As ObjectId
) As StringCollection
public:
static StringCollection^ GetPropertiesString(
ObjectId objId
)
static member GetPropertiesString :
objId : ObjectId -> StringCollection
Parameters
- objId
- Type: Teigha.DatabaseServicesObjectId
Return Value
Type:
StringCollection
See Also