NI-DAQmx .NET Framework 4.5 API Reference

SavedScaleInfo.AllowInteractiveEditing Property

  • Updated2023-02-21
  • 1 minute(s) read
SavedScaleInfo.AllowInteractiveEditing Property
Indicates whether the custom scale can be edited in the DAQ Assistant.

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

Syntax

public bool AllowInteractiveEditing { get; }
Public ReadOnly Property AllowInteractiveEditing As Boolean
	Get

Property Value

Type: Boolean
Indicates whether the custom scale can be edited in the DAQ Assistant.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also