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)
Syntaxpublic List<T> EnsurePath(
params int[] path
)
Public Function EnsurePath (
ParamArray path As Integer()
) As List(Of T)
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