SaveAs Method [Document]
The SaveAs method saves the plot document to the specified file name.
Syntax
object.SaveAs( filename, format )
Parameter | Type | Description |
filename | String | required, file's full path and file name including extension |
format | grfFileFormat | optional, file type |
Remarks
Grapher can only save to version 8 and newer formats.
Example
This example shows how to save the current window with a new name.
Plot.SaveAs("c:\temp\new.grf")
Used by: Document object