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

Gets or sets the string containing the file path information.

Syntax

Visual Basic (Declaration) 
Public Property Path As String
C# 
public string Path {get; set;}

Remarks

The associated file must contain NMEA 0183 sentences. The GGA, GSA, GSV, RMC and VTG sentence formatters are supported. Sentences with other formatters can be present in the file.

Exceptions

ExceptionDescription
System.InvalidOperationExceptionProperty cannot be changed if connection is open.
System.ArgumentNullExceptionFile doesn't exists

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.