Click or drag to resize

GH_TreeIndex Constructor

Create a new instance of the GH_TreeIndex structure with preset path and item index.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_TreeIndex(
	GH_Path path,
	int item
)

Parameters

path
Type: Grasshopper.Kernel.DataGH_Path
item
Type: SystemInt32
See Also