Method GetToolHolders
GetToolHolders(ElementId)
Get the list of tool holders of the given machine.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
List<ElementId> GetToolHolders(ElementId inMachineId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inMachineId | Identifier of the machine tool to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | List of all tool holders. |