void VelocityToleranceSet ( double  tolerance  ) 

Description:
VelocityToleranceSet sets the Velocity Tolerance used for settling.
Parameters:
tolerance Actual velocity, in units/second.
Sample Code:
  // Set a tolerance of 5000 units/second.
  axis->VelocityToleranceSet(5000.0);
See also:
VelocityToleranceGet
Examples:
settleCriteria.cpp.