Click or drag to resize

DataTreeTBranch Method (GH_Path)

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

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<T> Branch(
	GH_Path path
)

Parameters

path
Type: Grasshopper.Kernel.DataGH_Path
Data path to retrieve.

Return Value

Type: ListT
See Also