Technical Reference > Graphics Builder Automation Interface > Page Functions > PageSaveAs

PageSaveAs

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

See Also

Example

' Saves a CitectSCADA graphics page
GraphicsBuilder.PageSaveAs "Example", "MyPage"