GH_DocumentServer.AddNewDocument Method

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()
Public Function AddNewDocument As GH_Document

Return Value

Type: GH_Document
The document thaw was added.
See Also