DataTreeTMergeTree Method |
Merges two trees together. Data inside similar branches will be merged into single lists
and unique paths will be appended. The other tree will not be altered, so beware that data is
now shared among both trees.
Namespace:
Grasshopper
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void MergeTree(
DataTree<T> other
)
Public Sub MergeTree (
other As DataTree(Of T)
)
Parameters
- other
- Type: GrasshopperDataTreeT
Tree to merge with.
Exceptions See Also