Click or drag to resize

GH_DocumentEditorScriptAccess_CloseDocument Method

Closes the currently active document and loads the next available document into the canvas. Changes will not be saved.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool ScriptAccess_CloseDocument()

Return Value

Type: Boolean
True on success, false on failure.
See Also