ProjectSelect
- Last UpdatedJul 13, 2023
- 1 minute read
Selects the passed project as the current project within Plant SCADA Studio.
Syntax
ProjectSelect(Project)
Project:
The name of the project.
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
ProjectSelected, ProjectFirst, ProjectNext, ProjectFirstInclude, ProjectNextInclude, ProjectUpgrade, ProjectUpgradeAll, ProjectPackLibraries, ProjectUpdatePages, ProjectPackDatabase, ProjectCompile
Example
GraphicsBuilder.ProjectSelect "Example"