Specifies the scan rate (in seconds) of the SPC data

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int ScanRate { get; set; }
Visual Basic
Public Property ScanRate As Integer
	Get
	Set
JScript
function get ScanRate () : int
function set ScanRate (value : int)

See Also