Click or drag to resize

GH_StructureTEnsurePath Method (Int32)

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

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

Parameters

path
Type: SystemInt32
Path of the branch to ensure.

Return Value

Type: ListT
The list that belongs to the specified path.
See Also