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
| Name | Required | Description |
|---|---|---|
| Project:Open | No | Returns a reference to the project. |
| Path | No | Path to the project. |
Remarks
The following table lists the characteristics of this method.
| Available in Run-Time Engine and Real-Time Operating System | No |
| Settable when the VI is running | No |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Loads the block diagram into memory | No |
| Remote access disallowed | No |
| Must wait until user interface is idle | No |
| Available with control VIs | No |
| Available with global VIs | No |
| Available with strict type definitions | No |
| Available with polymorphic VIs | No |