Click or drag to resize

DataTree<T> Constructor (DataTree<T>, DataTree<T>.DuplicateT)

Create a true duplicate of another data tree.

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

Parameters

other
Type: Grasshopper.DataTree<T>
Tree to duplicate
copyDelegate
Type: Grasshopper.DataTree<T>.DuplicateT
Delegate function used to duplicate individual items.
See Also