meiCommandAxisListGet

Declaration
long meiCommandAxisListGet(MPICommand  command,
                           long        *axisCount
                           MPIAxis     *axisList)
Required Header stdmpi.h
Description

CommandAxisListGet reads number of axes and the list of axes associated with a motion type Command object (command) and writes them into the long pointed to by axisCount and the array of axis objects pointed to by axisList.

  command a handle to the Command object
  *axisCount a pointer to a long, representing the number of axes returned by the method
  *axisList a pointer to an array of axis objects returned by the method
     
Return Values
MPIMessageOK if CommandAxisListGet successfully gets the axisCount and axisList from a Command object.
See Also MPICommand | MPIAxis | MPIMotion