mpiMotionAxisLast

Declaration
 MPIAxis mpiMotionAxisLast(MPIMotion motion)
Required Header stdmpi.h
Description

MotionAxisLast returns the last element in the list. This function can be used in conjuntion with mpiMotionAxisPrevious() in order to iterate through the list backwards.

  motion a handle to the Motion object.
     
Return Values
handle to the last Axis of a Motion (motion)
MPIHandleVOID if motion is invalid
if motion is empty
MPIMessageHANDLE_INVALID Either motion or axis is an invalid handle.
See Also mpiMotionAxisPrevious