Gets the data path at the specified index.
Namespace:
Grasshopper
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_Path Path(
int index
)
Public Function Path (
index As Integer
) As GH_Path
Parameters
- index
- Type: SystemInt32
Index of path to retrieve.
Return Value
Type:
GH_PathExceptions See Also