Click or drag to resize

GH_DocumentServerPromoteDocument Method

Push a document to the top of the list, meaning it will be first in line when a new default document needs to be selected.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void PromoteDocument(
	GH_Document document
)

Parameters

document
Type: Grasshopper.KernelGH_Document
Document to promote.
See Also