Description:

Sets an upper limit on the number that can be returned. By default there is no upper limit.

Syntax:
public void SetUpperLimit(
int upperLimit,
bool strictlyLessThan
)
Parameters:
  • upperLimit
  • Type: int
  • largest acceptable number.
  • strictlyLessThan
  • Type: bool
  • If true, then the returned number will be < upper_limit.
Returns:
Type: void
Available since:
5.0

SetUpperLimit method

Class:  Rhino.Input.Custom.GetInteger

Nothing found