GH_TreeRulesApply Method (GH_Path) |
Apply all the local rules to a path.
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool Apply(
GH_Path path
)
Public Function Apply (
path As GH_Path
) As Boolean
Parameters
- path
- Type: Grasshopper.Kernel.DataGH_Path
Path to test.
Return Value
Type:
BooleanTrue if path passes all the rule tests.
See Also