GH_DocumentEditorScriptAccess_SaveDocument Method |
Saves the document currently loaded in the Canvas. If the document hasn't been saved before
then a Save... dialog box will be shown.
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool ScriptAccess_SaveDocument()
Public Function ScriptAccess_SaveDocument As Boolean
Return Value
Type:
BooleanTrue on success, false on failure.
See Also