DigitalDriverOperation.InterchangeCheck Property
- Updated2023-11-24
- 1 minute(s) read
DigitalDriverOperationInterchangeCheck Property
Gets or sets a value indicating whether to perform interchangeability checking and retrieve interchangeability warnings.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public bool InterchangeCheck { get; set; }
Public Property InterchangeCheck As Boolean Get Set
Property Value
Type: Boolean, if interchangeability checking is enabled; otherwise, .
The default value is .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The InterchangeCheck property was accessed after the associated NIDigital object was disposed. |