Method AddRigidGroupConstituent
AddRigidGroupConstituent(ElementId, ElementId)
Adds a constituent to a rigid group entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void AddRigidGroupConstituent(ElementId inElementId, ElementId inConstituentId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the rigid group entity to modify. |
| ElementId | inConstituentId | Identifier of the entity to add to the rigid group. |
Remarks
If the entity to add was already in another rigid group, it is automatically removed from it.
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.8.