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_RuleResultThe result of the evaluation.
See Also