void CaptureArm ( bool  state  ) 

Description:
CaptureArm arms or disarms position captures.
Parameters:
state True = armed, false = disarmed.
Sample Code:
  // arm the position capture (must be configured first)
  axis->CaptureArm(true);
See also:
CaptureConfigSet
Examples:
Capture.cpp, and customHome.cpp.