LabVIEWModule.CallType
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
LabVIEWModule.CallType
Syntax
LabVIEWModule.CallType
Data Type
Use the following constants with this data type:
- LVCallType_Class_Member_Call –(Value: 1) Indicates that the VI code module calls a LabVIEW class member VI with dynamic dispatching enabled.
- LVCallType_Property_Node_Call –(Value: 2) Indicates that the VI code module calls a LabVIEW Property Node.
- LVCallType_VI_Call –(Value: 0) Indicates that the VI code module calls a VI without LabVIEW dynamic dispatching.
Purpose
Specifies the type of call the code module executes.
Remarks
You must also set the appropriate properties for the type of call you want to make. For example, for a class member call, you must set the LabVIEWModule.ClassPath and LabVIEWModule.CallName properties. You might also need to set the LabVIEWModule.ProjectPath property depending on the configuration of the code module.