Method InheritDetailingsElements
InheritDetailingsElements(ElementId, EntityCopyNameMode, string)
Inherits the detailings elements of a node enttiy.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 16, 0, 0)]
ElementId InheritDetailingsElements(ElementId inElementToInheritDetailings, EntityCopyNameMode inEntityCopyNameMode, string inPrefixName)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementToInheritDetailings | Identifier of the element to inherit. |
| EntityCopyNameMode | inEntityCopyNameMode | The entity copy name mode. |
| string | inPrefixName | Prefix of the name of the created entity (only in PrefixedByCustomPrefix mode). |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the created detailing elements inheriting operation. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.16.