UtilityGetBlockParameterNames
Method
|
Namespace: Bricscad.Parametric
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
public static StringCollection GetBlockParameterNames(
ObjectId blockRefId
)
Public Shared Function GetBlockParameterNames (
blockRefId As ObjectId
) As StringCollection
public:
static StringCollection^ GetBlockParameterNames(
ObjectId blockRefId
)
static member GetBlockParameterNames :
blockRefId : ObjectId -> StringCollection
Parameters
- blockRefId ObjectId
-
Return Value
StringCollection
See Also