GH_StructureTPath Property |
Gets the data path at the specified index.
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic GH_Path this[
int index
] { get; }Public ReadOnly Property Path (
index As Integer
) As GH_Path
Get
Parameters
- index
- Type: SystemInt32
Index of path to retrieve.
Property Value
Type:
GH_Path[Missing <value> documentation for "P:Grasshopper.Kernel.Data.GH_Structure`1.Path(System.Int32)"]
Implements
IGH_StructurePathInt32
Exceptions| Exception | Condition |
|---|
| IndexOutOfRangeException | Thrown if the index does not represent a valid path. |
See Also