ESRI.ArcGIS.Mobile
FileName Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Gps Namespace > FileGpsConnection Class : FileName Property

Gets or sets the string containing the FileName information.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<CategoryAttribute("Gps")>
<DescriptionAttribute("Indicates the File Name containing the NMEA sentence information.")>
Public Property FileName As String
C# 
[DefaultValueAttribute()]
[CategoryAttribute("Gps")]
[DescriptionAttribute("Indicates the File Name containing the NMEA sentence information.")]
public string FileName {get; set;}

Remarks

The associated file must adhere to the NMEA (National Marine Electronics Association) standard. The NMEA standard defines an electrical interface and data protocol for communications between marine instruments.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.