This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsDisplayProperties Interface > IGpsDisplayProperties.LatLongDisplayFormat Property (ArcObjects .NET 10.5 SDK) |
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