LabVIEWModule.DisplaySelectClassFromProjectDialogEx
- 更新日2025-07-21
- 1分で読める
LabVIEWModule.DisplaySelectClassFromProjectDialogEx
Syntax
LabVIEWModule.DisplaySelectClassFromProjectDialogEx( reserved, propertyValue)
Return Value
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.