DataTree<T>.Branch Method (Int32[]) |
Gets the list of data which belongs to a given Branch path.
Namespace:
Grasshopper
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic List<T> Branch(
params int[] path
)
Public Function Branch (
ParamArray path As Integer()
) As List(Of T)
Parameters
- path
- Type:System.Int32[]
Data path to retrieve.
Return Value
Type:
List<T>
See Also