IGH_StructureBranch Property (Int32) |
Gets a limited access pointer to the data list at the specified index.
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax IList this[
int index
] { get; }
ReadOnly Property Branch (
index As Integer
) As IList
Get
Parameters
- index
- Type: SystemInt32
Index of data to retrieve.
Property Value
Type:
IList[Missing <value> documentation for "P:Grasshopper.Kernel.Data.IGH_Structure.Branch(System.Int32)"]
See Also