Click or drag to resize

DataTreeTBranch Method (Int32)

Gets the list of data which belongs to a given Branch path.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<T> Branch(
	params int[] path
)

Parameters

path
Type: SystemInt32
Data path to retrieve.

Return Value

Type: ListT
See Also