LabVIEWModule.DisplaySelectClassFromProjectDialogEx

Syntax

LabVIEWModule.DisplaySelectClassFromProjectDialogEx( reserved, propertyValue)

Return Value

Boolean

Purpose

Launches the Select a Class from LabVIEW Project dialog box, in which you can select a LabVIEW class to call from the LabVIEW project. Returns True if the step was updated.

Parameters

reserved As Long

[In] Reserved for future use.

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.