Requires: Base Development System
Class: Application Methods (ActiveX)
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.
object.OpenProject(path)
Name | Type | Description |
---|---|---|
path | String | Path to the project. |
Project*