DataTree(T).AllData Method

DataTreeTAllData Method

Collects all data in the tree in a single list. Does not alter the topology of this tree.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<T> AllData()
Public Function AllData As List(Of T)

Return Value

Type: ListT
A linear list containing all data items in all branches.
See Also