Grasshopper API
GH_PathIncrement Method (Int32) |
Increment a specific index in this path by one.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)

Parameters
- index
- Type: SystemInt32
Index to increment. Valid indices are (-Length+1) to (Length-1).
Return Value
Type: GH_PathA new path with incremented index.
