IsScanning Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets a value which indicates whether the switch has completed the scan operation. The value trueTruetruetrue (True in Visual Basic) indicates that the scan is complete.
Namespace:
NationalInstruments.ModularInstruments.NISwitch
Assembly:
NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsScanning As Boolean |
C# |
---|
public bool IsScanning { get; } |
Property Value
Type: System..::.Boolean trueTruetruetrue (True in Visual Basic) to indicate that the scan is not complete; otherwise falseFalsefalsefalse (False in Visual Basic)
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The IsScanning was accessed after the associated NISwitch.NISwitch object was disposed. |