Jump to content

Project class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Removed VI Server Category from page
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide Project Properties Table</span>
{{VIServerClassTables|73}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ Project Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|27109408
| [[Project class/ActiveItemsInTree property|ActiveItemsInTree]]
|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.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
|R
|
|- style="background-color:#FFFFCC;"
|2710940D
| [[Project class/App property|App]]
|Returns the application reference for the <b>My Computer</b> target in the LabVIEW project. You can use this reference with the Application properties.
 
If the project has multiple targets, each target is associated with a single application instance.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
|R
|X
|- style="background-color:#D1BB80;"
|2710940B
| [[Project class/DebugGetQueuedCalls property|DebugGetQueuedCalls]]
|
|R
|X
|- style="background-color:#D1BB80;"
|2710940A
| [[Project class/DebugTestPropVI property|DebugTestPropVI]]
|
|W
|X
|- style="background-color:#FFFFCC;"
|2710940E
| [[Project class/Description property|Description]]
|Gets or sets the description of the LabVIEW project. You also can use the Project page of the <b>Project Properties</b> dialog box to set the project description.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
|R/W
|X
|- style="background-color:#D1BB80;"
|2710940C
| [[Project class/DiscoverableDeviceTypes() property|DiscoverableDeviceTypes()]]
|
|R/W
|
|- style="background-color:#D1BB80;"
|27109427
| [[Project class/Files View Root property|Files View Root]]
|
|R
|X
|- style="background-color:#D1BB80;"
|27109414
| [[Project class/InstallerFilePaths() property|InstallerFilePaths()]]
|
|R
|
|- style="background-color:#D1BB80;"
|2710941F
| [[Project class/IsDefaultProject property|IsDefaultProject]]
|
|R
|
|- style="background-color:#FFFFCC;"
|27109425
| [[Project class/Items View Active property|Items View Active]]
|Show or hide the Items page in the Project Explorer window.
|R/W
|
|- style="background-color:#D1BB80;"
|27109424
| [[Project class/LastFoundItem property|LastFoundItem]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|27109423
| [[Project class/Loaded Version property|Loaded Version]]
|
|R
|
|- style="background-color:#D1BB80;"
|2710940F
| [[Project class/Locked property|Locked]]
|
|R/W
|
|- style="background-color:#FFFFCC;"
|27109421
| [[Project class/MyComputer property|MyComputer]]
|Returns a reference to <b>My Computer</b> in the Project Explorer window for the LabVIEW project. You can use this reference with the TargetItem properties.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
|R
|X
|- style="background-color:#FFFFCC;"
|27109401
| [[Project class/Name property|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.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
|R/W
|X
|- style="background-color:#D1BB80;"
|27109410
| [[Project class/OperationIsInteractive property|OperationIsInteractive]]
|
|R
|
|- style="background-color:#FFFFCC;"
|27109402
| [[Project class/Path property|Path]]
|Gets the path to the saved LabVIEW project on disk. This path includes the filename of the project.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
|R
|X
|- style="background-color:#D1BB80;"
|27109411
| [[Project class/Providers() property|Providers()]]
|
|R
|
|- style="background-color:#D1BB80;"
|27109426
| [[Project class/Resolve Conflicts.Visible property|Resolve Conflicts.Visible]]
|
|R/W
|X
|- style="background-color:#FFFFCC;"
|27109403
| [[Project class/Root property|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.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine. Example
|R
|X
|- style="background-color:#FFFFCC;"
|27109422
| [[Project class/SelectedItemsInTree property|SelectedItemsInTree]]
|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.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
|R
|
|- style="background-color:#D1BB80;"
|27109428
| [[Project class/SeparateCompCodeForNewProjectItems property|SeparateCompCodeForNewProjectItems]]
|
|R/W
|
|- style="background-color:#FFFFCC;"
|27109420
| [[Project class/Targets property|Targets]]
|Returns an array of references to all targets in the current LabVIEW project. You can use these references with the TargetItem properties.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
|R
|X
|- style="background-color:#FFFFCC;"
|27109409
| [[Project class/WindowState property|WindowState]]
|Returns the state of the Project Explorer window.
 
 
 
Invalid
0
If you read this property and an error occurs, the property returns this value.
 
Standard
1
The Project Explorer window is open but is not minimized, maximized, or hidden.
 
Closed
2
The Project Explorer window is not open.
 
Hidden
3
The Project Explorer window is floating but is not visible because LabVIEW is not the active application.
 
Minimized
4
The Project Explorer window is minimized.
 
Maximized
5
The Project Explorer window is maximized.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
|R
|
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide Project Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ Project Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#D1BB80;"
|2710904C
| [[Project class/AutoDiscoverCallOverride method|AutoDiscoverCallOverride]]
|
|X
|- style="background-color:#D1BB80;"
|2710904B
| [[Project class/AutoDiscoverOverrideType method|AutoDiscoverOverrideType]]
|
|X
|- style="background-color:#D1BB80;"
|2710904A
| [[Project class/AutoDiscoverSupportsType method|AutoDiscoverSupportsType]]
|
|X
|- style="background-color:#D1BB80;"
|27109045
| [[Project class/BeginIOScanTimeCollection method|BeginIOScanTimeCollection]]
|
|
|- style="background-color:#D1BB80;"
|27109049
| [[Project class/Bounds method|Bounds]]
|
|X
|- style="background-color:#FFFFCC;"
|27109051
| [[Project class/BrowseVariableDialog method|BrowseVariableDialog]]
|Displays a dialog box that allows you to browse for a variable and then returns a reference to the variable you select.
|
|- style="background-color:#D1BB80;"
|27109038
| [[Project class/BuildAssembliesFromProject method|BuildAssembliesFromProject]]
|
|
|- style="background-color:#D1BB80;"
|2710903B
| [[Project class/BuildAssembliesToProject method|BuildAssembliesToProject]]
|
|
|- style="background-color:#D1BB80;"
|27109039
| [[Project class/ChangeCEMode method|ChangeCEMode]]
|
|X
|- style="background-color:#FFFFCC;"
|27109002
| [[Project class/Close method|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 <b>File&#0187;Close All</b> to close the project and the Project Explorer window.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
|X
|- style="background-color:#FFFFCC;"
|2710900A
| [[Project class/Close Window method|Close Window]]
|Closes only the Project Explorer window. This method does not close VI windows.
 
You also can select <b>File&#0187;Exit</b> to close the Project Explorer window and any VIs that are open.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
|
|- style="background-color:#D1BB80;"
|27109012
| [[Project class/Copy From Project method|Copy From Project]]
|
|
|- style="background-color:#D1BB80;"
|27109013
| [[Project class/Copy To Project method|Copy To Project]]
|
|
|- style="background-color:#D1BB80;"
|2710900D
| [[Project class/Create Context For Instance method|Create Context For Instance]]
|
|
|- style="background-color:#D1BB80;"
|27109048
| [[Project class/Create Context For Instance Without Sublib Loading method|Create Context For Instance Without Sublib Loading]]
|
|
|- style="background-color:#D1BB80;"
|2710900C
| [[Project class/Create Context For Type method|Create Context For Type]]
|
|
|- style="background-color:#FFFFCC;"
|27109015
| [[Project class/Deploy Items method|Deploy Items]]
|Deploys an array of items in the LabVIEW project.
 
In the Project Explorer window, you also can open and run a VI under a target to deploy files to the target.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
|
|- style="background-color:#D1BB80;"
|27109014
| [[Project class/Do Interactive Save method|Do Interactive Save]]
|
|
|- style="background-color:#D1BB80;"
|2710903D
| [[Project class/DoQueuedNotifications method|DoQueuedNotifications]]
|
|X
|- style="background-color:#D1BB80;"
|27109046
| [[Project class/EndIOScanCollection method|EndIOScanCollection]]
|
|
|- style="background-color:#D1BB80;"
|27109042
| [[Project class/Files View.Get Contents method|Files View.Get Contents]]
|
|X
|- style="background-color:#D1BB80;"
|2710901F
| [[Project class/Get Bld Tokens method|Get Bld Tokens]]
|
|
|- style="background-color:#D1BB80;"
|27109050
| [[Project class/Get Deployable Deps method|Get Deployable Deps]]
|
|
|- style="background-color:#D1BB80;"
|2710903A
| [[Project class/GetItemsFromSourceID method|GetItemsFromSourceID]]
|
|X
|- style="background-color:#D1BB80;"
|2710901B
| [[Project class/Proj Item From Ref method|Proj Item From Ref]]
|
|
|- style="background-color:#D1BB80;"
|2710904E
| [[Project class/GetFilesViewItem method|GetFilesViewItem]]
|
|X
|- style="background-color:#D1BB80;"
|27109047
| [[Project class/GetIOScanTime method|GetIOScanTime]]
|
|
|- style="background-color:#D1BB80;"
|27109022
| [[Project class/Has Behaviors method|Has Behaviors]]
|
|
|- style="background-color:#D1BB80;"
|27109037
| [[Project class/IndustrialDeployItems method|IndustrialDeployItems]]
|
|X
|- style="background-color:#D1BB80;"
|27109043
| [[Project class/IndustrialUndeployAll method|IndustrialUndeployAll]]
|
|X
|- style="background-color:#D1BB80;"
|27109044
| [[Project class/IndustrialUndeployItems method|IndustrialUndeployItems]]
|
|X
|- style="background-color:#D1BB80;"
|27109052
| [[Project class/IsItemIDUnderDependencies method|IsItemIDUnderDependencies]]
|
|X
|- style="background-color:#D1BB80;"
|27109006
| [[Project class/Item From Item ID method|Item From Item ID]]
|
|
|- style="background-color:#FFFFCC;"
|27109031
| [[Project class/Delete Item method|Delete Item]]
|Deletes an item from the local project settings file.
|
|- style="background-color:#FFFFCC;"
|27109032
| [[Project class/Delete Section method|Delete Section]]
|Deletes an entire section from the local project settings file.
|
|- style="background-color:#FFFFCC;"
|2710902F
| [[Project class/Get Item method|Get Item]]
|Gets an item from the local project settings file.
|X
|- style="background-color:#FFFFCC;"
|27109033
| [[Project class/Has Item method|Has Item]]
|Determines if an item exists in the local project settings file.
|X
|- style="background-color:#FFFFCC;"
|27109034
| [[Project class/Has Section method|Has Section]]
|Determines if a section exists in the local project settings file.
|X
|- style="background-color:#FFFFCC;"
|27109030
| [[Project class/Set Item method|Set Item]]
|Sets an item in the local project settings file.
|
|- style="background-color:#D1BB80;"
|27109029
| [[Project class/MoveFiles method|MoveFiles]]
|
|X
|- style="background-color:#D1BB80;"
|2710902C
| [[Project class/MoveFilesDialogs method|MoveFilesDialogs]]
|
|X
|- style="background-color:#D1BB80;"
|2710902D
| [[Project class/MoveFolderContents method|MoveFolderContents]]
|
|X
|- style="background-color:#D1BB80;"
|2710902E
| [[Project class/MoveFolderContentsDialog method|MoveFolderContentsDialog]]
|
|X
|- style="background-color:#D1BB80;"
|27109021
| [[Project class/Open Application method|Open Application]]
|
|X
|- style="background-color:#FFFFCC;"
|27109009
| [[Project class/Open Window method|Open Window]]
|Displays the Project Explorer window.
 
You also can select <b>File&#0187;Open Project</b> to display the Project Explorer window.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine. Example
|
|- style="background-color:#D1BB80;"
|27109023
| [[Project class/Populate Provider Tree method|Populate Provider Tree]]
|
|
|- style="background-color:#D1BB80;"
|2710904D
| [[Project class/Populate Provider Tree Files View method|Populate Provider Tree Files View]]
|
|
|- style="background-color:#D1BB80;"
|27109025
| [[Project class/PostNoClose method|PostNoClose]]
|
|
|- style="background-color:#D1BB80;"
|2710901C
| [[Project class/PreviewDataFiles method|PreviewDataFiles]]
|
|
|- style="background-color:#D1BB80;"
|27109020
| [[Project class/Query Type Behavior method|Query Type Behavior]]
|
|
|- style="background-color:#FFFFCC;"
|2710903E
| [[Project class/Refresh Auto-Populating Folders method|Refresh Auto-Populating Folders]]
|Force all auto-populated folders on this project to update their contents to match the disk.
|X
|- style="background-color:#D1BB80;"
|2710902A
| [[Project class/RenameFiles method|RenameFiles]]
|
|X
|- style="background-color:#D1BB80;"
|2710902B
| [[Project class/RenameFilesDialogs method|RenameFilesDialogs]]
|
|X
|- style="background-color:#D1BB80;"
|27109040
| [[Project class/Resolve Conflicts.AutomateDlg method|Resolve Conflicts.AutomateDlg]]
|
|X
|- style="background-color:#D1BB80;"
|2710903F
| [[Project class/Resolve Conflicts.Get Contents method|Resolve Conflicts.Get Contents]]
|
|X
|- style="background-color:#D1BB80;"
|27109041
| [[Project class/Resolve Conflicts.UseSelectedItem method|Resolve Conflicts.UseSelectedItem]]
|
|X
|- style="background-color:#FFFFCC;"
|27109003
| [[Project class/Save method|Save]]
|Saves the LabVIEW project to the path that the project was previously saved to or loaded from or to a specified path.
 
If the project has not been saved and the value of the <b>Path</b> parameter is  or <b>Path</b> is unwired, this method returns an error. You also can select <b>File&#0187;Save Project</b> to save the project.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
|
|- style="background-color:#FFFFCC;"
|27109026
| [[Project class/Save As method|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 <b>Items to copy</b>, LabVIEW copies everything to the new location. Otherwise, LabVIEW copies only the items you specify.
|
|- style="background-color:#D1BB80;"
|27109036
| [[Project class/Save As Test method|Save As Test]]
|
|X
|- style="background-color:#D1BB80;"
|27109053
| [[Project class/Save As With Rename method|Save As With Rename]]
|
|
|- style="background-color:#D1BB80;"
|27109055
| [[Project class/Save As With Rename Prog Close method|Save As With Rename Prog Close]]
|
|
|- style="background-color:#D1BB80;"
|27109054
| [[Project class/Save As With Rename Prog Inc method|Save As With Rename Prog Inc]]
|
|
|- style="background-color:#FFFFCC;"
|27109027
| [[Project class/SaveCopy method|SaveCopy]]
|Saves a copy of the project to a new location on disk, where all referenced VIs are in the same location.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
|
|- style="background-color:#FFFFCC;"
|27109024
| [[Project class/Save For Previous method|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 <b>LabVIEW Version</b> selection in the Save for Previous Version dialog box.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
|
|- style="background-color:#D1BB80;"
|27109028
| [[Project class/Save Items for SCC method|Save Items for SCC]]
|
|
|- style="background-color:#D1BB80;"
|2710901A
| [[Project class/Save Specified Dirty Items method|Save Specified Dirty Items]]
|
|
|- style="background-color:#D1BB80;"
|2710903C
| [[Project class/Set DocMod method|Set DocMod]]
|
|
|- style="background-color:#D1BB80;"
|27109016
| [[Project class/Start Items method|Start Items]]
|
|
|- style="background-color:#D1BB80;"
|27109017
| [[Project class/Stop Items method|Stop Items]]
|
|
|- style="background-color:#D1BB80;"
|27109035
| [[Project class/SuppressChangeNotifications method|SuppressChangeNotifications]]
|
|X
|- style="background-color:#FFFFCC;"
|27109018
| [[Project class/Undeploy Items method|Undeploy Items]]
|Undeploys an array of items and their dependencies.
|
|- style="background-color:#D1BB80;"
|2710904F
| [[Project class/UpdateFilesViewData method|UpdateFilesViewData]]
|
|X
|- style="background-color:#D1BB80;"
|2710901E
| [[Project class/Write Data Files method|Write Data Files]]
|
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 630: Line 24:
*[[VI Server]]
*[[VI Server]]


[[Category:VI Server]]
 
[[Category:VI Server Class]]
[[Category:VI Server Class]]

Latest revision as of 01:57, 8 May 2020

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.


The Project class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Project Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Project Properties Table
Property ID Long Name (English) Description R/W RTE
27109401NameGets 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/WriteYes (Read Only)
27109402PathGets the path to the saved LabVIEW project on disk. This path includes the filename of the project.Read OnlyYes
27109403RootReturns 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 OnlyYes
27109408Active Items In TreeIf 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 OnlyNo
27109409Window StateReturns the state of the Project Explorer window.Read OnlyNo
2710940ADebug Test Prop VIWrite OnlyYes
2710940BDebug Get Queued CallsRead OnlyYes
2710940CDiscoverable Device TypesRead/WriteNo
2710940DApplicationReturns the application reference for the My Computer target in the LabVIEW project. You can use this reference with the Application properties.Read OnlyYes
2710940EDescriptionGets 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/WriteYes (Read Only)
2710940FLockedRead/WriteNo
27109410Operation Is InteractiveRead OnlyNo
27109411ProvidersRead OnlyNo
27109414Installer File PathsRead OnlyNo
2710941FIs Default ProjectRead OnlyNo
27109420TargetsReturns an array of references to all targets in the current LabVIEW project. You can use these references with the TargetItem properties.Read OnlyYes
27109421My ComputerReturns a reference to My Computer in the Project Explorer window for the LabVIEW project. You can use this reference with the TargetItem properties.Read OnlyYes
27109422Selected Items in TreeReturns 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 OnlyNo
27109423Loaded VersionRead OnlyNo
27109424LastFoundItemRead/WriteYes
27109425Items View ActiveShow or hide the Items page in the Project Explorer window.Read/WriteNo
27109426Resolve Conflicts:VisibleRead/WriteYes
27109427Files View RootRead OnlyYes
27109428Separate Compiled Code For New Project ItemsRead/WriteNo

Methods

Show/Hide Project Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Project Methods Table
Method ID Long Name (English) Description RTE
27109002CloseCloses 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)
27109003SaveSaves the LabVIEW project to the path that the project was previously saved to or loaded from or to a specified path.No
27109006Item From Item IDNo
27109009Open WindowDisplays the Project Explorer window.No
2710900AClose WindowCloses only the Project Explorer window. This method does not close VI windows.No
2710900CCreate Context For TypeNo
2710900DCreate Context For InstanceNo
27109012Copy From ProjectNo
27109013Copy To ProjectNo
27109014Do Interactive SaveNo
27109015Deploy ItemsDeploys an array of items in the LabVIEW project.No
27109016Start ItemsNo
27109017Stop ItemsNo
27109018Undeploy ItemsUndeploys an array of items and their dependencies.No
2710901ASave Specified Dirty ItemsNo
2710901BGet Project Item From VI RefNo
2710901CPreview Data FilesNo
2710901EWrite Data FilesNo
2710901FGet Build TokensNo
27109020Query Type BehaviorNo
27109021Open ApplicationYes
27109022Has BehaviorsNo
27109023Populate Provider TreeNo
27109024Save For PreviousSaves 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
27109025PostCloseLaterNo
27109026Save AsAllows 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
27109027Save CopySaves a copy of the project to a new location on disk, where all referenced VIs are in the same location.No
27109028Save Items for SCCNo
27109029MoveFilesYes
2710902ARenameFilesYes
2710902BRenameFilesDialogsYes
2710902CMoveFilesDialogsYes
2710902DMoveFolderContentsYes
2710902EMoveFolderContentsDialogYes
2710902FLocal Project Settings:Get ItemGets an item from the local project settings file.Yes (Read/Write)
27109030Local Project Settings:Set ItemSets an item in the local project settings file.No
27109031Local Project Settings:Delete ItemDeletes an item from the local project settings file.No
27109032Local Project Settings:Delete SectionDeletes an entire section from the local project settings file.No
27109033Local Project Settings:Has ItemDetermines if an item exists in the local project settings file.Yes (Read/Write)
27109034Local Project Settings:Has SectionDetermines if a section exists in the local project settings file.Yes (Read/Write)
27109035SuppressChangeNotificationsYes
27109036Save As TestYes
27109037Industrial Deploy ItemsYes
27109038Build Assemblies From ProjectNo
27109039Change Controller Engine ModeYes
2710903AGet Items From Source IDYes
2710903BBuild Assemblies To ProjectNo
2710903CSet DocModNo
2710903DDoQueuedNotificationsYes
2710903ERefresh Auto-Populating FoldersForce all auto-populated folders on this project to update their contents to match the disk.Yes (Read/Write)
2710903FResolve Conflicts:Get ContentsYes
27109040Resolve Conflicts:AutomateDlgYes
27109041Resolve Conflicts:UseSelectedItemYes
27109042Files View:Get ContentsYes
27109043IndustrialUndeployAllYes
27109044IndustrialUndeployItemsYes
27109045BeginIOScanTimeCollectionNo
27109046EndIOScanCollectionNo
27109047GetIOScanTimeNo
27109048Create Context For Instance Without Sublib LoadingNo
27109049BoundsYes
2710904AAutoDiscoverSupportsTypeYes
2710904BAutoDiscoverOverrideTypeYes
2710904CAutoDiscoverCallOverrideYes
2710904DPopulate Provider Tree (Files View)No
2710904EGetFilesViewItemYes
2710904FUpdateFilesViewDataYes
27109050Get Deployable DependenciesNo
27109051Browse Variable DialogDisplays a dialog box that allows you to browse for a variable and then returns a reference to the variable you select.No
27109052IsItemIDUnderDependenciesYes
27109053Save As With RenameNo
27109054Save As With Rename Progress IncrementNo
27109055Save As With Rename Progress CloseNo

Events

This class has no events.


History

Version Change(s)
LabVIEW 2018 More info to come.

See Also