GH_RuleSequence Constructor |
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic 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
See Also