Click or drag to resize

DataTreeT Constructor (DataTreeT)

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: GrasshopperDataTreeT
Tree to duplicate
See Also