Method GetTools
GetTools(DocumentId, bool)
Get the list of mounted tools in the document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
List<ElementId> GetTools(DocumentId inDocumentId, bool inUsed)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
| bool | inUsed | True if the tools in the list are used by operations. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | List of all mounted tools, used of not. |