UtilityGet3dConstraintsGroup
Method
|
Namespace: Bricscad.Parametric
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
public static ConstraintsGroup3d Get3dConstraintsGroup(
ObjectId blockId,
bool createIfNotExist
)
Public Shared Function Get3dConstraintsGroup (
blockId As ObjectId,
createIfNotExist As Boolean
) As ConstraintsGroup3d
public:
static ConstraintsGroup3d^ Get3dConstraintsGroup(
ObjectId blockId,
bool createIfNotExist
)
static member Get3dConstraintsGroup :
blockId : ObjectId *
createIfNotExist : bool -> ConstraintsGroup3d
Parameters
- blockId ObjectId
-
- createIfNotExist Boolean
-
Return Value
ConstraintsGroup3d
See Also