Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

PageNewEx

  • Last UpdatedJul 13, 2023
  • 1 minute read

Creates a new symbol, Genie or Super Genie page.

Syntax

PageNewEx(PageType)

PageType:

Specifies the type of page you would like to create:

0 = Symbol

1 = Genie

2 = Super Genie

Return Value

0 (zero) if successful, otherwise an error is returned.

Note: For details on handling return and error values, see Error Handling.

PageOpen, PageSave, PageSaveAs, PageClose

Example

' Creates a symbol as a new graphics page
GraphicsBuilder.PageNewEx "Example", "boiler", "tubes1", 0

' Creates a Genie as a new graphics page
GraphicsBuilder.PageNewEx "Example", "example", "dial", 1

' Creates a Super Genie as a new graphics page
GraphicsBuilder.PageNewEx "Example", "utility", "!sysinfo", 2

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in