Click or drag to resize

GH_RuleResult Enumeration

Enumerates the possible opinions a rule can have.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_RuleResult
Members
  Member nameValueDescription
NoOpinion0 The rule does not prohibit or enforce any behaviour.
Include1 The rule claims a certain index ought to be included.
Exclude-1 The rule claims a certain index ought to be exluded.
See Also