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
)
Public Sub New (
other As DataTree(Of T)
)
Parameters
- other
- Type: GrasshopperDataTreeT
Tree to duplicate
See Also