DataTree(T).Branch Method (GH_Path)

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
)
Public Function Branch ( 
	path As GH_Path
) As List(Of T)

Parameters

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

Return Value

Type: ListT
See Also