PageSaveAs
- Last UpdatedJul 13, 2023
- 1 minute read
Saves the page with a new name within a specified project.
Syntax
PageSaveAs(Project, Page)
Project:
The name of the project you would like to save the page to.
Page:
The name you would like to apply to the page.
Return Value
0 (zero) if successful, otherwise an error is returned.
Note: For details on handling return and error values, see Error Handling.
Related Functions
PageNew, PageOpen, PageSave, PageClose
Example
' Saves a Plant SCADA graphics page
GraphicsBuilder.PageSaveAs "Example", "MyPage"
See Also
Page Properties - General