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()
Public Function ScriptAccess_CloseDocument As Boolean
Return Value
Type:
BooleanTrue on success, false on failure.
See Also