Method CreateDisassembly
CreateDisassembly(ElementId, bool)
Creates the disassembly operation of an assembly entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 300, 80)]
ElementId CreateDisassembly(ElementId inAssemblyId, bool inInheritsAuxiliaryElements)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inAssemblyId | Identifier of the assembly entity to modify. |
| bool | inInheritsAuxiliaryElements | Tells wehter auxiliary elements must be inherited. |
Returns
| Type | Description |
|---|---|
| ElementId | The created disassembly operation. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.17.