ImportVIOptions

Use these constants with the options parameter of the LabVIEWModule.ImportVI method. Use the bitwise-OR operator to specify more than one option.

  • ImportVIOption_ConfigureExpressVI –(Value: 0x1) Specifies to configure the Express VI before importing it into the code module. This option is valid only when you pass the ImportVIType_ExpressVITemplate enumeration for the type parameter of the LabVIEWModule.ImportVI method.
  • ImportVIOption_NoOptions –(Value: 0) No options.

See Also

LabVIEWModule.ImportVI