Click or drag to resize

DataTree<T> Constructor (DataTree<T>)

Create a shallow duplicate of another data tree. This means it will create a new tree that contains the same items.

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

Parameters

other
Type: Grasshopper.DataTree<T>
Tree to duplicate
See Also