Method GetTechnologies
GetTechnologies(DocumentId)
Get the list of wire technology in the document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 160)]
List<ElementId> GetTechnologies(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | List of all wire technology. |