Project:New Method
Short Name: Project.New
Installed With: Base Package
Class: Application Methods
Creates a new, empty LabVIEW project. You also can use the Project Explorer window to create a new project.
Parameters
Name | Required | Description |
---|---|---|
Project:New | No | Returns a reference 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 |
Example
Refer to the Add Files to Project VI in the labview\examples\project\viserver directory for an example of using the Project:New method.