| KM_CoordMotionCheckMotionHalt Method |
Cehecks for a motion halt
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int CheckMotionHalt(
bool coord
)
Public Function CheckMotionHalt (
coord As Boolean
) As Integer
public:
int CheckMotionHalt(
bool coord
)
Parameters
- coord Boolean
- specify axis mapped axes only
Return Value
Int32true if a halt exists
See Also