ArcGIS Runtime SDK for WPF - Library Reference
PlaybackRate Property
See Also 
ESRI.ArcGIS.Client.Local.Gps Namespace > FileGpsCoordinateWatcher Class : PlaybackRate Property

Gets or sets the interval of which the FileGPSConnection reads sentence.

Syntax

Visual Basic (Declaration) 
Public Property PlaybackRate As Integer
C# 
public int PlaybackRate {get; set;}

Remarks

This interval upon elapse causes a timer to occur reading the next available line from the file. The default value is set to 1000 ms (1 sec).

Exceptions

ExceptionDescription
System.ArgumentExceptionTimer interval value must be greater than zero.
System.InvalidOperationExceptionProperty cannot be changed if connection is open.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.