Using the page functions, you can manipulate the pages in your project (for example, open, close, save, delete), and select objects on those pages. This includes templates, symbols, Genies, Super Genies.
Retrieves the window handle of the active page. |
|
Closes the current page. This function will also close an unsaved page. |
|
Converts the raw window coordinates to page coordinates which account for the scroll bar position. |
|
Deletes the specified page. |
|
Deletes a specified symbol, Genie or Supergenie from a library. |
|
Deletes the currently selected object. |
|
Deletes a specified graphics page template. |
|
Groups the currently selected objects. |
|
Imports a graphics file on to the page as a bitmap. |
|
Creates a new CitectSCADA graphics page. |
|
Creates a new symbol, Genie or Supergenie page. |
|
Creates a new library. Does not succeed, if project is read-only or not valid. |
|
Creates a new CitectSCADA graphics page template. |
|
Opens an existing CitectSCADA graphics page. |
|
Opens the specified symbol, Genie or Supergenie page, if it is found. |
|
Opens a specified graphics page template. |
|
Prints the current page. |
|
PageUpdated | The event fired when a Graphics Builder page is updated. |
Saves the page using its current name. |
|
Saves the page with a new name within a specified project. |
|
Saves a symbol, Genie, Supergenie or template page to the specified location. |
|
PageSelect | Select an opened page. |
Selects the first page currently open in the Graphics Builder. Does not succeed if there are no pages open. |
|
Selects the first object on the active page, based on its z-order number. This will not succeed if no object exists. Note that an object can also be a group object, in which case this function will iterate through the items of a group. |
|
Selects the first object on the active page, based on its z-order number. This will not succeed if no object exists. This function will not iterate through the items of a group. |
|
PageSelectFirstObjectInGenie | Select the first sub-object in the currently selected genie |
Selects the first object in a group. |
|
Selects the next page currently open in the Graphics Builder. Does not succeed if there are no pages open. |
|
Selects the next object on the active page, based on its z-order number. This function will not succeed if no object exists. Note that an object can also be a group object, in which case this function will iterate through the items of a group. |
|
Selects the next object on the active page, based on its z-order number. This function will not succeed if no object exists. This function will not iterate through the items of a group. |
|
PageSelectNextObjectInGenie | Select the next sub-object in the currently selected genie. |
Selects the next object in a group. |
|
Selects an object using a specified AN number. |
|
Selects an additional object using a specified AN number. This can be used to select multiple objects for a succeeding PageGroupSelectedObjects operation. |
|
PageTemplateSelectFirstObject | Restart the template enumeration sequence. |
PageTemplateSelectNextObject | Select the next object in the template. |
Creates a thumbnail image of the current page and copies it to the clipboard. |
|
Ungroups the currently selected grouped object. |
For details and a VB example on handling return and error values, see Automation Error Handling.