Grasshopper API
DataTreeT Constructor (DataTreeT, DataTreeTDuplicateT) |
Create a true duplicate of another data tree.
Namespace: Grasshopper
Assembly: Grasshopper (in Grasshopper.dll)

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.
