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