AdapterCodeTemplatePolicies

Use these constants with the LabVIEWAdapter.CodeTemplatePolicy property to specify which code templates the LabVIEW Adapter uses during code generation.

  • AdapterCodeTemplatePolicy_UseNewAndLegacy –(Value: 2) Specifies that the adapter searches for new and legacy code templates.
  • AdapterCodeTemplatePolicy_UseOnlyLegacy –(Value: 1) Specifies that the adapter only searches for legacy code templates.
  • AdapterCodeTemplatePolicy_UseOnlyNew –(Value: 0) Specifies that the adapter only searches for new code templates.

See Also

LabVIEWAdapter.CodeTemplatePolicy