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