OpenProject
- Updated2025-07-30
- 1 minute(s) read
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.
In LabVIEW, you also can select File»Open Project to navigate to and open a project.
Syntax
object.OpenProject(path)Parameters
| Name | Type | Description |
|---|---|---|
| path | String | Path to the project. |
Return Value
Project*