Grasshopper API
IGH_StructureGraft Method (GH_Path, Boolean) |
Note: This API is now obsolete.
Grafts a specific path by reallocating all data into child paths.
If a grafted path coincides with an existing path,
the data item in question will be appended to the existing path.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)

[ObsoleteAttribute("this method has been replaced by Graft(GH_GraftMode, GH_Path)")] void Graft( GH_Path path, bool clearSingleNulls )
<ObsoleteAttribute("this method has been replaced by Graft(GH_GraftMode, GH_Path)")> Sub Graft ( path As GH_Path, clearSingleNulls As Boolean )
Parameters
- path
- Type: Grasshopper.Kernel.DataGH_Path
Path of data to graft. - clearSingleNulls
- Type: SystemBoolean
If true, nulls will not be grafted.
