Grasshopper API
GH_DocumentEditorScriptAccess_SaveDocumentAs Method (String) |
Saves the currently active document to disk.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)
public bool ScriptAccess_SaveDocumentAs( string path )
Public Function ScriptAccess_SaveDocumentAs ( path As String ) As Boolean
Parameters
- path
- Type: SystemString
Path of save destination.
Return Value
Type: BooleanTrue on success, false on failure.