IGH_StructurePathExists Method |
Returns True if the specified path is already defined inside the structure.
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxbool PathExists(
GH_Path path
)
Function PathExists (
path As GH_Path
) As Boolean
Parameters
- path
- Type: Grasshopper.Kernel.DataGH_Path
The data path to search for
Return Value
Type:
Boolean
See Also