GH_DocumentIO.Save Method

GH_DocumentIOSave Method

Perform a default Save operation on the internal document.

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

Return Value

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