Click or drag to resize

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

Test if the specified path is already defined inside the tree.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool PathExists(
	params int[] path
)

Parameters

path
Type:System.Int32[]
The branch path to search for.

Return Value

Type: Boolean
True if the path already exists, false if it doesn't.
See Also