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


ILatLonFormat2.IsLatitude Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

ILatLonFormat2.IsLatitude Property

Indicates if a formatted number is a latitude or not.

[Visual Basic .NET]
Public Property IsLatitude As Boolean
[C#]
public bool IsLatitude {get; set;}
[C++]
HRESULT put_IsLatitude(
  VARIANT_BOOL isLat
);
[C++]

Parameters isLat [in]
isLat is a parameter of type bool

Product Availability

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

See Also

ILatLonFormat2 Interface