LabVIEWModule.CallType

Syntax

LabVIEWModule.CallType

Data Type

LabVIEWCallTypes

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.

See Also

LabVIEWModule.CallName

LabVIEWModule.ClassPath

LabVIEWModule.ProjectPath