OpenProject Method
Installed With: Base Package
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.
Syntax
object.OpenProject(path)
Parameters
Name | Type | Description |
---|---|---|
path | String | Path to the project. |
Return Value
Project*