DataTreeTBranch Method (Int32) |
Gets the list of data which belongs to the branch path at the given index.
Namespace:
Grasshopper
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public List<T> Branch(
int index
)
Public Function Branch (
index As Integer
) As List(Of T)
Parameters
- index
- Type: SystemInt32
Index of data to retrieve.
Return Value
Type:
ListTExceptions See Also