NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

SaveOptions Enumeration

SaveOptions Enumeration

SaveOptions Enumeration

Specifies various options used to save a task, a local or global channel , or a custom scale to Measurement Automation Explorer (MAX).

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

[FlagsAttribute]
public enum SaveOptions
<FlagsAttribute>
Public Enumeration SaveOptions

Members

  Member nameValueDescription
AllowInteractiveEditing1The saved object may be edited through an interactive tool, such as Measurement Automation Explorer (MAX).
AllowInteractiveDeletion2The saved object may be deleted through an interactive tool, such as Measurement Automation Explorer (MAX).
OverwriteExisting4If a saved object already exists in Measurement Automation Explorer (MAX) with the same name as the new object, the new object overwrites the old object.
None0No options are enabled.
Default3The AllowInteractiveDeletion and AllowInteractiveEditing options are enabled.
All7All options are enabled.

Remarks

You can specify multiple options by using bitwise or combining individual values.

See Also

Was this information helpful?