GH_Structure(T).Graft Method (GH_Path, Boolean)

GH_StructureTGraft 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)
Syntax
[ObsoleteAttribute("this method has been replaced by Graft(GH_GraftMode, GH_Path)")]
public void Graft(
	GH_Path path,
	bool clearSingleNulls
)
<ObsoleteAttribute("this method has been replaced by Graft(GH_GraftMode, GH_Path)")>
Public 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.

Implements

IGH_StructureGraft(GH_Path, Boolean)
See Also