GH_IndexRuleSet.AddRangeRule Method

GH_IndexRuleSetAddRangeRule Method

Append a single range rule.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void AddRangeRule(
	GH_IndexRange range,
	bool invert
)
Public Sub AddRangeRule ( 
	range As GH_IndexRange,
	invert As Boolean
)

Parameters

range
Type: Grasshopper.Kernel.DataGH_IndexRange
Range to filter.
invert
Type: SystemBoolean
If true, the range will be filtered against rather than for.
See Also