Click or drag to resize

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()

Return Value

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