Grasshopper API
DataTreeTBranch Method (Int32) |
Gets the list of data which belongs to a given Branch path.
Namespace: Grasshopper
Assembly: Grasshopper (in Grasshopper.dll)

public List<T> Branch( params int[] path )
Public Function Branch ( ParamArray path As Integer() ) As List(Of T)
Parameters
- path
- Type: SystemInt32
Data path to retrieve.
Return Value
Type: ListT