Inherits IDispatch.

| Properties | |
| IAxis | Item ([in] VARIANT nameOrIndex)  [get] | 
Definition of the IAxes interface which is a collection of IAxis objects.
Use the IAxes interface to get the references of an IAxis object. Either using the axis name or logical axis index.
| 
 | getproperty | 
This property returns an IAxis object given by name of the axis or by index.
| [in] | nameOrIndex | Either the name (e.g. "Axis1") or the index (starting a 1) of the axis used to get the interface. | 
| [out] | axis | Returns the IAxis interface of the given axis. | 
mlpiMotionGetConfiguredAxes.