Method AddRepresentationConstituent
AddRepresentationConstituent(ElementId, ElementId)
Adds a constituent to a representation entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 100)]
void AddRepresentationConstituent(ElementId inElementId, ElementId inConstituentId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the representation entity to modify. |
| ElementId | inConstituentId | Identifier of the entity to add to 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.