GH_DocumentEditor.ScriptAccess_SaveDocumentAs Method

GH_DocumentEditorScriptAccess_SaveDocumentAs Method

Saves the currently active document to disk.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool ScriptAccess_SaveDocumentAs()
Public Function ScriptAccess_SaveDocumentAs As Boolean

Return Value

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