Project Properties (ActiveX)

LabView ActiveX Properties and Methods

Project Properties (ActiveX)

Installed With: Base Package

In the following topics, an asterisk (*) at the end of a data type name indicates that the property is a pointer.

PropertyDescription
ActiveItemsInTreeIf the LabVIEW 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. Details
ApplicationReturns the application reference for the LabVIEW project. You can use this reference with the Application properties. Details
DescriptionGets or sets the description of the LabVIEW project. Details
MyComputerReturns a reference to My Computer in the Project Explorer window for the LabVIEW project. You can use this reference with the TargetItem properties. Details
NameGets 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. Details
PathGets the path to the saved LabVIEW project on disk. This path includes the filename of the project. Details
RootReturns a reference to the project root in the LabVIEW 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. Details
SelectedItemsInTreeReturns an array of references to the project items currently selected in the LabVIEW Project Explorer window. You can use these references with the ProjectItem properties. Details
TargetsReturns an array of references to all targets in the current LabVIEW project. You can use these references with the TargetItem properties. Details
WindowStateReturns the state of the LabVIEW Project Explorer window. Details