These functions operate on the project level. Some are actually initiated within Citect Project Editor or the Project Explorer. If they experience an error in Visual Basic, they throw an exception with a return value E_FAIL.
This function starts the CitectSCADA compiler with the current project. |
|
Retrieves the name of the first project defined in CitectSCADA. |
|
Retrieves the name of the first included project defined for the current CitectSCADA project. |
|
Retrieves the name of the next project defined in CitectSCADA. |
|
Retrieves the name of the next included project defined for the current CitectSCADA project. |
|
Packs the current project's database files. |
|
Packs the library files for the current CitectSCADA project. |
|
Selects the passed project as the current project within Citect Explorer. |
|
Retrieves the name of the project that is currently selected in CitectSCADA. |
|
Updates the pages for the current CitectSCADA project. |
|
Performs a project upgrade on the current CitectSCADA project. |
|
Performs a project upgrade on the CitectSCADA projects. |
For details and a VB example on handling return and error values, see Error Handling.