GH_IndexRuleSet.AddDigitRule Method

GH_IndexRuleSetAddDigitRule Method

Append a single digit rule.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void AddDigitRule(
	int digit,
	bool invert
)
Public Sub AddDigitRule ( 
	digit As Integer,
	invert As Boolean
)

Parameters

digit
Type: SystemInt32
Digit to filter.
invert
Type: SystemBoolean
If true, the digit will be filtered against rather than for.
See Also