Click or drag to resize

DataTreeT Constructor (DataTreeT, DataTreeTDuplicateT)

Create a true duplicate of another data tree.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public DataTree(
	DataTree<T> other,
	DataTreeTDuplicateT copyDelegate
)

Parameters

other
Type: GrasshopperDataTreeT
Tree to duplicate
copyDelegate
Type: GrasshopperDataTreeTDuplicateT
Delegate function used to duplicate individual items.
See Also