Click or drag to resize

GH_DocumentEditorScriptAccess_SaveDocumentAs Method (String)

Saves the currently active document to disk.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool ScriptAccess_SaveDocumentAs(
	string path
)

Parameters

path
Type: SystemString
Path of save destination.

Return Value

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