Click or drag to resize

IGH_StructureBranch Property (GH_Path)

Gets a limited access pointer to the data list associated with a certain path.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
IList this[
	GH_Path path
] { get; }

Parameters

path
Type: Grasshopper.Kernel.DataGH_Path
Path of data to retrieve.

Property Value

Type: IList

[Missing <value> documentation for "P:Grasshopper.Kernel.Data.IGH_Structure.Branch(Grasshopper.Kernel.Data.GH_Path)"]

See Also