NAPlatformIsRanging Property |
NewAer
Gets or sets a value indicating whether scanner is in range mode.
Namespace: NewAer.SDKAssembly: NewAer (in NewAer.dll) Version: 5.1.16.3 (5.1.16.3)
Syntaxpublic bool IsRanging { get; set; }
Public Property IsRanging As Boolean
Get
Set
public:
property bool IsRanging {
bool get ();
void set (bool value);
}
member IsRanging : bool with get, set
Property Value
Type:
Booleantrue if this instance is ranging; otherwise,
false.
See Also