GetInteger.SetLowerLimit Method

GetIntegerSetLowerLimit Method

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

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetLowerLimit(
	int lowerLimit,
	bool strictlyGreaterThan
)
Public Sub SetLowerLimit ( 
	lowerLimit As Integer,
	strictlyGreaterThan As Boolean
)

Parameters

lowerLimit
Type: SystemInt32
smallest acceptable number.
strictlyGreaterThan
Type: SystemBoolean
If true, then the returned number will be > lower_limit.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also