NI-DAQmx .NET Framework 4.5 API Reference

SavedChannelInfo.AllowInteractiveDeletion Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
SavedChannelInfo.AllowInteractiveDeletion Property
Indicates whether the global channel can be deleted through MAX.

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

Syntax

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

Property Value

Type: Boolean
Indicates whether the global channel can be deleted through MAX.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also