Gets the data path at the specified index.
Namespace:
Grasshopper
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic 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_Path
Exceptions| Exception | Condition |
|---|
| IndexOutOfRangeException | Thrown if the index does not represent a valid path. |
See Also