Technical Reference > Graphics Builder Automation Interface > Project Functions > ProjectSelect

ProjectSelect

Selects the passed project as the current project within Citect Explorer.

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"