Requires: Base Development System
View the class hierarchy.
Method | Description |
---|---|
Browse Variable Dialog | Displays a dialog box that allows you to browse for a variable and then returns a reference to the variable you select. Details |
Close | Closes a LabVIEW project and all references to all items in the project. This method also closes the Project Explorer window if it is open and closes any VIs that are open in any application instance owned by the project. You also can select File»Close All to close the project and the Project Explorer window. Details |
Close Window | Closes only the Project Explorer window. This method does not close VI windows. Details |
Deploy Items | Deploys an array of items in the LabVIEW project. Details |
Item From Item ID | Returns the refnum of the project item with the specified Item ID. Use this method in conjunction with the Item ID property of the ProjectItem class. Details |
Local Project Settings:Delete Item | Deletes an item from the local project settings file. Details |
Local Project Settings:Delete Section | Deletes an entire section from the local project settings file. Details |
Local Project Settings:Get Item | Gets an item from the local project settings file. Details |
Local Project Settings:Has Item | Determines if an item exists in the local project settings file. Details |
Local Project Settings:Has Section | Determines if a section exists in the local project settings file. Details |
Local Project Settings:Set Item | Sets an item in the local project settings file. Details |
Open Window | Displays the Project Explorer window. Details |
Refresh Auto-Populating Folders | Force all auto-populated folders on this project to update their contents to match the disk. Details |
Save | Saves the LabVIEW project to the path that the project was previously saved to or loaded from or to a specified path. Details |
Save As | Allows a LabVIEW project to be saved as a different name or to a different location. This method also enables the save operation to copy all of the contents of the project to the new location. If you do not wire data to Items to copy, LabVIEW copies everything to the new location. Otherwise, LabVIEW copies only the items you specify. Details |
Save Copy | Saves a copy of the project to a new location on disk, where all referenced VIs are in the same location. Details |
Save For Previous | Saves a copy of the LabVIEW project that is readable by LabVIEW 8.0 and later. This method is similar to the LabVIEW Version selection in the Save for Previous Version dialog box. Details |
Undeploy Items | Undeploys an array of items and their dependencies. Details |