Click or drag to resize

IGH_StructurePathExists Method

Returns True if the specified path is already defined inside the structure.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
bool PathExists(
	GH_Path path
)

Parameters

path
Type: Grasshopper.Kernel.DataGH_Path
The data path to search for

Return Value

Type: Boolean
See Also