Click or drag to resize

DataTree<T>.EnsurePath Method (Int32[])

Create a new branch with the specified path if it doesn't already exists.

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

Parameters

path
Type:System.Int32[]
Path of the branch to ensure.

Return Value

Type: List<T>
The list that belongs to the specified path.
See Also