Grasshopper API
GH_RuleSequence Constructor |
Initializes a new instance of the GH_RuleSequence class
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)
public GH_RuleSequence( IEnumerable<int> sequence, int limit, bool negate )
Public Sub New ( sequence As IEnumerable(Of Integer), limit As Integer, negate As Boolean )
Parameters
- sequence
- Type: System.Collections.GenericIEnumerableInt32
- limit
- Type: SystemInt32
- negate
- Type: SystemBoolean