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 Function AllData As List(Of T)
Return Value
Type:
ListTA linear list containing all data items in all branches.
See Also