Method RemoveRepresentationConstituent
RemoveRepresentationConstituent(ElementId, ElementId)
Removes a constituent from a representation entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 100)]
void RemoveRepresentationConstituent(ElementId inElementId, ElementId inConstituentId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the representation entity to modify. |
| ElementId | inConstituentId | Identifier of the entity to remove from the representation. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.7.201.100.