GH_IndexRuleSet.Evaluate Method

GH_IndexRuleSetEvaluate Method

Evaluate the index given the local rules.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_RuleResult Evaluate(
	int index
)
Public Function Evaluate ( 
	index As Integer
) As GH_RuleResult

Parameters

index
Type: SystemInt32
Index to evaluate.

Return Value

Type: GH_RuleResult
The result of the evaluation.
See Also