Next Topic

Previous Topic

Book Contents

SetNumericLimits

SetNumericLimits(int iArgIndex,float fLow,float fHigh)

Parameters

  • iArgIndex - Handle returned by AddArgument
  • Low - Low range
  • High - High range

Remarks

This function sets the acceptable range of real and integer values entered into the field. The argument must have CHECK_RANGE_LOW and CHECK_RANGE_HIGH flags set.