This document is archived and information here might be outdated.  Recommended version.


IGpsDisplayProperties.LatLongDisplayFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsDisplayProperties Interface > IGpsDisplayProperties.LatLongDisplayFormat Property
ArcGIS Developer Help

IGpsDisplayProperties.LatLongDisplayFormat Property

The latitude-longitude display format for the GPS display.

[Visual Basic .NET]
Public Property LatLongDisplayFormat As esriGpsLatLongFormat
[C#]
public esriGpsLatLongFormat LatLongDisplayFormat {get; set;}
[C++]
HRESULT get_LatLongDisplayFormat(
  esriGpsLatLongFormat latLongFormat
);
[C++]
HRESULT put_LatLongDisplayFormat(
  esriGpsLatLongFormat* latLongFormat
);
[C++]
Parameters
latLongFormat [in]

latLongFormat is a parameter of type esriGpsLatLongFormat latLongFormat [out, retval]
latLongFormat is a parameter of type esriGpsLatLongFormat*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpsDisplayProperties Interface