SaveOptions Enumeration
- Updated2023-02-21
- 1 minute(s) read
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 name | Value | Description | |
---|---|---|---|
AllowInteractiveEditing | 1 | The saved object may be edited through an interactive tool, such as Measurement Automation Explorer (MAX). | |
AllowInteractiveDeletion | 2 | The saved object may be deleted through an interactive tool, such as Measurement Automation Explorer (MAX). | |
OverwriteExisting | 4 | If 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. | |
None | 0 | No options are enabled. | |
Default | 3 | The AllowInteractiveDeletion and AllowInteractiveEditing options are enabled. | |
All | 7 | All options are enabled. |
Remarks
You can specify multiple options by using bitwise or combining individual values.