void MotionCamRepeatStop (  ) 

Description:
MotionCamRepeatStop stops a Repeating Cam.
Sample Code:
  // -- C++ -- //
  axis->MotionCamRepeatStop();
  // -- C# -- //
  axis.MotionCamRepeatStop();