Method RemoveRigidGroupConstituent
RemoveRigidGroupConstituent(ElementId, ElementId)
Removes a constituent from a rigid group entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void RemoveRigidGroupConstituent(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 removre from the rigid group. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.8.