GH_RuleAnyNumberApply Method |
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic bool Apply(
int number
)
Public Function Apply (
number As Integer
) As Boolean
Parameters
- number
- Type: SystemInt32
Return Value
Type:
BooleanImplements
IGH_RuleApply(Int32)
See Also