IGH_Structure.Graft Method (Boolean)

IGH_StructureGraft Method (Boolean)

Note: This API is now obsolete.

Grafts all paths by reallocating all data into child paths.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
[ObsoleteAttribute("this method has been replaced by Graft(GH_GraftMode)")]
void Graft(
	bool clearSingleNulls
)
<ObsoleteAttribute("this method has been replaced by Graft(GH_GraftMode)")>
Sub Graft ( 
	clearSingleNulls As Boolean
)

Parameters

clearSingleNulls
Type: SystemBoolean
If true, nulls will not be grafted.
See Also