GH_RuleGroup.Apply Method

GH_RuleGroupApply Method

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool Apply(
	int number
)
Public Function Apply ( 
	number As Integer
) As Boolean

Parameters

number
Type: SystemInt32

Return Value

Type: Boolean

Implements

IGH_RuleApply(Int32)
See Also