OpenProject Method

LabView ActiveX Properties and Methods

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

NameTypeDescription
pathStringPath to the project.

Return Value

Project*