GH_TreeIndex Constructor

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
)
Public Sub New ( 
	path As GH_Path,
	item As Integer
)

Parameters

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