Project class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | Project class |
Class ID | 73 |
Scope | Basic Development Environment |
Class Inheritance |
This class is a top-level class. |
Class Children | This class has no children.
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The Project class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide Project Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
27109401 | Name | Gets the name of the LabVIEW project. If the project has been saved, this property returns the filename with the file extension. If the project has not been saved, this property returns untitled project x and you can write to this property to change the name. | Read/Write | Yes (Read Only) |
27109402 | Path | Gets the path to the saved LabVIEW project on disk. This path includes the filename of the project. | Read Only | Yes |
27109403 | Root | Returns a reference to the project root in the Project Explorer window. The project root is the top item that represents the LabVIEW project in the Project Explorer window. You can use this reference with the ProjectItem properties. | Read Only | Yes |
27109408 | Active Items In Tree | If the Project Explorer window has focus, returns an array of references to the selected project items in the Project Explorer window. If the Project Explorer window does not have focus, returns a reference to the project item associated with the VI window that has focus. You can use these references with the ProjectItem properties. | Read Only | No |
27109409 | Window State | Returns the state of the Project Explorer window. | Read Only | No |
2710940A | Debug Test Prop VI | Write Only | Yes | |
2710940B | Debug Get Queued Calls | Read Only | Yes | |
2710940C | Discoverable Device Types | Read/Write | No | |
2710940D | Application | Returns the application reference for the My Computer target in the LabVIEW project. You can use this reference with the Application properties. | Read Only | Yes |
2710940E | Description | Gets or sets the description of the LabVIEW project. You also can use the Project page of the Project Properties dialog box to set the project description. | Read/Write | Yes (Read Only) |
2710940F | Locked | Read/Write | No | |
27109410 | Operation Is Interactive | Read Only | No | |
27109411 | Providers | Read Only | No | |
27109414 | Installer File Paths | Read Only | No | |
2710941F | Is Default Project | Read Only | No | |
27109420 | Targets | Returns an array of references to all targets in the current LabVIEW project. You can use these references with the TargetItem properties. | Read Only | Yes |
27109421 | My Computer | Returns a reference to My Computer in the Project Explorer window for the LabVIEW project. You can use this reference with the TargetItem properties. | Read Only | Yes |
27109422 | Selected Items in Tree | Returns an array of references to the project items currently selected in the Project Explorer window. You can use these references with the ProjectItem properties. | Read Only | No |
27109423 | Loaded Version | Read Only | No | |
27109424 | LastFoundItem | Read/Write | Yes | |
27109425 | Items View Active | Show or hide the Items page in the Project Explorer window. | Read/Write | No |
27109426 | Resolve Conflicts:Visible | Read/Write | Yes | |
27109427 | Files View Root | Read Only | Yes | |
27109428 | Separate Compiled Code For New Project Items | Read/Write | No |
Methods
Show/Hide Project Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
27109002 | 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. | Yes (Read/Write) |
27109003 | Save | Saves the LabVIEW project to the path that the project was previously saved to or loaded from or to a specified path. | No |
27109006 | Item From Item ID | No | |
27109009 | Open Window | Displays the Project Explorer window. | No |
2710900A | Close Window | Closes only the Project Explorer window. This method does not close VI windows. | No |
2710900C | Create Context For Type | No | |
2710900D | Create Context For Instance | No | |
27109012 | Copy From Project | No | |
27109013 | Copy To Project | No | |
27109014 | Do Interactive Save | No | |
27109015 | Deploy Items | Deploys an array of items in the LabVIEW project. | No |
27109016 | Start Items | No | |
27109017 | Stop Items | No | |
27109018 | Undeploy Items | Undeploys an array of items and their dependencies. | No |
2710901A | Save Specified Dirty Items | No | |
2710901B | Get Project Item From VI Ref | No | |
2710901C | Preview Data Files | No | |
2710901E | Write Data Files | No | |
2710901F | Get Build Tokens | No | |
27109020 | Query Type Behavior | No | |
27109021 | Open Application | Yes | |
27109022 | Has Behaviors | No | |
27109023 | Populate Provider Tree | No | |
27109024 | 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. | No |
27109025 | PostCloseLater | No | |
27109026 | 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. | No |
27109027 | Save Copy | Saves a copy of the project to a new location on disk, where all referenced VIs are in the same location. | No |
27109028 | Save Items for SCC | No | |
27109029 | MoveFiles | Yes | |
2710902A | RenameFiles | Yes | |
2710902B | RenameFilesDialogs | Yes | |
2710902C | MoveFilesDialogs | Yes | |
2710902D | MoveFolderContents | Yes | |
2710902E | MoveFolderContentsDialog | Yes | |
2710902F | Local Project Settings:Get Item | Gets an item from the local project settings file. | Yes (Read/Write) |
27109030 | Local Project Settings:Set Item | Sets an item in the local project settings file. | No |
27109031 | Local Project Settings:Delete Item | Deletes an item from the local project settings file. | No |
27109032 | Local Project Settings:Delete Section | Deletes an entire section from the local project settings file. | No |
27109033 | Local Project Settings:Has Item | Determines if an item exists in the local project settings file. | Yes (Read/Write) |
27109034 | Local Project Settings:Has Section | Determines if a section exists in the local project settings file. | Yes (Read/Write) |
27109035 | SuppressChangeNotifications | Yes | |
27109036 | Save As Test | Yes | |
27109037 | Industrial Deploy Items | Yes | |
27109038 | Build Assemblies From Project | No | |
27109039 | Change Controller Engine Mode | Yes | |
2710903A | Get Items From Source ID | Yes | |
2710903B | Build Assemblies To Project | No | |
2710903C | Set DocMod | No | |
2710903D | DoQueuedNotifications | Yes | |
2710903E | Refresh Auto-Populating Folders | Force all auto-populated folders on this project to update their contents to match the disk. | Yes (Read/Write) |
2710903F | Resolve Conflicts:Get Contents | Yes | |
27109040 | Resolve Conflicts:AutomateDlg | Yes | |
27109041 | Resolve Conflicts:UseSelectedItem | Yes | |
27109042 | Files View:Get Contents | Yes | |
27109043 | IndustrialUndeployAll | Yes | |
27109044 | IndustrialUndeployItems | Yes | |
27109045 | BeginIOScanTimeCollection | No | |
27109046 | EndIOScanCollection | No | |
27109047 | GetIOScanTime | No | |
27109048 | Create Context For Instance Without Sublib Loading | No | |
27109049 | Bounds | Yes | |
2710904A | AutoDiscoverSupportsType | Yes | |
2710904B | AutoDiscoverOverrideType | Yes | |
2710904C | AutoDiscoverCallOverride | Yes | |
2710904D | Populate Provider Tree (Files View) | No | |
2710904E | GetFilesViewItem | Yes | |
2710904F | UpdateFilesViewData | Yes | |
27109050 | Get Deployable Dependencies | No | |
27109051 | 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. | No |
27109052 | IsItemIDUnderDependencies | Yes | |
27109053 | Save As With Rename | No | |
27109054 | Save As With Rename Progress Increment | No | |
27109055 | Save As With Rename Progress Close | No |
Events
This class has no events.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |