Click or drag to resize

IGH_Rule Interface

Interface for individual pattern elements.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public interface IGH_Rule

The IGH_Rule type exposes the following members.

Properties
  NameDescription
Public propertyKind
Gets the type of rule.
Public propertyNotation
Gets the string notation (representation) for this rule.
Top
Methods
  NameDescription
Public methodApply
Applies this rule to an integer.
Top
See Also