Click or drag to resize

GH_DocumentServerAddNewDocument Method

Adds a new document to the global list. If a template file has been set, this document will be based on the template.

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

Return Value

Type: GH_Document
The document thaw was added.
See Also