ArcObjects Library Reference  (Carto)    

IDMSGridLabel.LatLonFormat Property

The format with which the latitudes and longitudes are displayed.

[Visual Basic 6.0]
Property LatLonFormat As ILatLonFormat
[Visual Basic .NET]
Public Property LatLonFormat As ILatLonFormat
[C#]
public ILatLonFormat LatLonFormat {get; set;}
[Java]
public ILatLonFormat getLatLonFormat()
throws
    IOException,
    AutomationException
[Java]
public void setLatLonFormat(
ILatLonFormat pLatLonFormat
)
throws
    IOException,
    AutomationException
[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

Example

IDMSGridLabel Example

 


Feedback Send feedback on this page