LabVIEWModule.DisplaySelectVIFromProjectDialogEx

Syntax

LabVIEWModule.DisplaySelectVIFromProjectDialogEx( pathToUse, propertyValue)

Return Value

Boolean

Purpose

Launches a dialog box that displays VIs to select from the LabVIEW project. Returns True if the step was updated.

Parameters

pathToUse As LabVIEWProjectPathTypes

[In] Pass LVProjectPathType_Remote to use the value of the LabVIEWModule.RemoteProjectPath property. Pass LVProjectPathType_Local to use the value of the LabVIEWModule.ProjectPath property.

propertyValue As LabVIEWModuleOverrideTypes

[In] Use the following constants with this data type:

  • LabVIEWOverrideType_Default - (Value: 0) Indicates to use the VI specified in the step.
  • LabVIEWOverrideType_PPL - (Value: 1) Indicates to use the VI specified in the packed project library configured in the Override Module Settings window.