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


IDMSGridLabel.LatLonFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDMSGridLabel Interface > IDMSGridLabel.LatLonFormat Property
ArcGIS Developer Help

IDMSGridLabel.LatLonFormat Property

The format with which the latitudes and longitudes are displayed.

[Visual Basic .NET]
Public Property LatLonFormat As ILatLonFormat
[C#]
public ILatLonFormat LatLonFormat {get; set;}
[C++]
HRESULT get_LatLonFormat(
  ILatLonFormat** Format
);
[C++]
HRESULT put_LatLonFormat(
  ILatLonFormat* Format
);
[C++]
Parameters
Format [out, retval]

Format is a parameter of type ILatLonFormat** Format [in]
Format is a parameter of type ILatLonFormat*

Product Availability

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

Description

LatLonFormat is the ILatLonFormat interface for the IDMSGridLabel .

See Also

IDMSGridLabel Interface