Description:

Sets a lower limit on the number that can be returned. By default there is no lower limit.

Syntax:
public void SetLowerLimit(
int lowerLimit,
bool strictlyGreaterThan
)
Parameters:
  • lowerLimit
  • Type: int
  • smallest acceptable number.
  • strictlyGreaterThan
  • Type: bool
  • If true, then the returned number will be > lower_limit.
Returns:
Type: void
Available since:
5.0

SetLowerLimit method

Class:  Rhino.Input.Custom.GetInteger

Nothing found