Click or drag to resize

DataTree<T>.Branch 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:System.Int32[]
Data path to retrieve.

Return Value

Type: List<T>
See Also