Method GetRigidGroupConstituents
GetRigidGroupConstituents(ElementId)
Gets the constituents of a rigid group entity.
Declaration
[AvailableSinceVersion(7, 8, 0, 0)]
[OperationContract]
List<ElementId> GetRigidGroupConstituents(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the rigid group entity to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | Contituent elements found. |
Remarks
This method is available since v7.8.