mpiMotionDelete

Declaration
long mpiMotionDelete(MPIMotion motion)
Required Header stdmpi.h
Description

MotionDelete deletes a Motion object (motion) and invalidates its handle. MotionDelete is the equivalent of a C++ destructor.

Deleting a Motion object does not delete any of the Axis objects in the coordinate system.

Return Values
MPIMessageOK if MotionDelete successfully deletes a Motion object and invalidates its handle
See Also mpiMotionCreate | mpiMotionValidate