Method GetCompleteConstraintData
GetCompleteConstraintData(ElementId)
Get the whole constraint data from a constraint entity
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 0, 0)]
List<ConstraintDriverData> GetCompleteConstraintData(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the constraint entity. |
Returns
| Type | Description |
|---|---|
| List<ConstraintDriverData> | List of constraint data holding their children constraint data. |
Remarks
This method is available since v7.19.