NI-SWITCH 19.0 .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

IsScanning Property

IsScanning Property
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

ExceptionCondition
ObjectDisposedException The IsScanning was accessed after the associated NISwitch.NISwitch object was disposed.

See Also

Was this information helpful?