ESRI.ArcGIS.Mobile
GarsConversionMode Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace : GarsConversionMode Enumeration

Determines the format of the global area reference system string.

Syntax

Visual Basic (Declaration) 
Public Enum GarsConversionMode 
   Inherits Enum
C# 
public enum GarsConversionMode : Enum 

Members

MemberDescription
LowerLeft Inverse to lower-left of box
Center Inverse to center of box

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.SpatialReferences.GarsConversionMode

Requirements

Namespace: ESRI.ArcGIS.Mobile.SpatialReferences

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also