GH_StructureTGraft 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)")]
public void Graft(
bool clearSingleNulls
)
<ObsoleteAttribute("this method has been replaced by Graft(GH_GraftMode)")>
Public Sub Graft (
clearSingleNulls As Boolean
)
Parameters
- clearSingleNulls
- Type: SystemBoolean
If True, nulls will not be grafted.
Implements
IGH_StructureGraft(Boolean)
See Also