Click or drag to resize

GH_RuleOperator Enumeration

Enumerate the possible ways rules can be strung together.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_RuleOperator
Members
  Member nameValueDescription
Conjunction0 Represents an and/also operator.
Disjunction1 Represents an or/else operator.
See Also