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

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
)
Public Sub New ( 
	other As DataTree(Of T),
	copyDelegate As DataTreeTDuplicateT
)

Parameters

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