Method RemoveTechnology
RemoveTechnology(DocumentId, ElementId)
Remove a wire technology entity in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 160)]
void RemoveTechnology(DocumentId inDocumentId, ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| ElementId | inElementId | Identifier of the element to remove. |