Project:Open Method

LabView Local Project Settings

Project:Open Method

Short Name: Project.Open

Installed With: Base Package

Class: Application Methods

Loads a LabVIEW project from disk. If the project is already in memory, this method returns a reference to the existing project. You can use this reference with the Project properties.

You also can select File»Open Project to navigate to and open a project.

Parameters

NameRequiredDescription
Project:OpenNoReturns a reference to the project.
PathNoPath to the project.

Remarks

The following table lists the characteristics of this method.

Available in Run-Time Engine and Real-Time Operating SystemNo
Settable when the VI is runningNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo