Grasshopper API
GH_RuleComplex Constructor |
Initializes a new instance of the GH_RuleComplex class
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)

public GH_RuleComplex( IEnumerable<IGH_Rule> fragments, IEnumerable<GH_RuleOperator> operators )
Public Sub New ( fragments As IEnumerable(Of IGH_Rule), operators As IEnumerable(Of GH_RuleOperator) )
Parameters
- fragments
- Type: System.Collections.GenericIEnumerableIGH_Rule
- operators
- Type: System.Collections.GenericIEnumerableGH_RuleOperator
