Grasshopper API
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)

public void PromoteDocument( GH_Document document )
Public Sub PromoteDocument ( document As GH_Document )
Parameters
- document
- Type: Grasshopper.KernelGH_Document
Document to promote.
