MPI 04.00 Reference >> mpiMotion
mpiMotionDelete
Declaration
int32_t mpiMotionDelete(MPIMotion motion)
Required Header: stdmpi.h
Description
mpiMotionDelete 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 |
See Also
mpiMotionCreate | mpiMotionValidate