ArcObjects Library Reference (Carto)  

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 [out, retval]

  latLongFormat is a parameter of type esriGpsLatLongFormat

latLongFormat [in]

  latLongFormat is a parameter of type esriGpsLatLongFormat

Product Availability

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

See Also

IGpsDisplayProperties Interface