Click or drag to resize

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; }

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