Click or drag to resize

GH_DocumentTree Constructor

Create a new document tree.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_DocumentTree(
	GH_Document root
)

Parameters

root
Type: Grasshopper.KernelGH_Document
Root document.
See Also