Select.SetBounds

Sets the lower and upper bounds of the selection range.

@param lowerBound The lower bound. @param upperBound The upper bound.

@pre The lower bound must be less than or equal to the upper bound.

@throw new ExceptionInvalidParam An invalid parameter was specified; see the preconditions for more information.

If the output value from the control module is within the selection range, the GetValue() method outputs the value from the source module with an index value of 1. Otherwise, this method outputs the value from the source module with an index value of 0.

class Select
void
SetBounds
(
double lowerBound
,
double upperBound
)

Meta