BIMClassificationGetPropertiesString Method
|
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
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 ObjectId
-
Return Value
StringCollection
See Also