UtilityGetBlockParameter Method
|
Namespace: Bricscad.Parametric
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
public static BlockParameter GetBlockParameter(
ObjectId blockRefId,
string name
)
Public Shared Function GetBlockParameter (
blockRefId As ObjectId,
name As String
) As BlockParameter
public:
static BlockParameter^ GetBlockParameter(
ObjectId blockRefId,
String^ name
)
static member GetBlockParameter :
blockRefId : ObjectId *
name : string -> BlockParameter
Parameters
- blockRefId ObjectId
-
- name String
-
Return Value
BlockParameter
See Also