ArcGIS Runtime SDK for WPF - Library Reference
GarsConversionMode Enumeration
See Also 
ESRI.ArcGIS.Client.Geometry Namespace : GarsConversionMode Enumeration

Specifies whether the input or returned Global Area Reference System (GARS) coordinate string represents the lower left of the represented cell.

Syntax

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

Members

MemberDescription
CenterCoordinate represents the center of the cell.
LowerLeftCoordinate represents the lower left of the cell.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Geometry.GarsConversionMode

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.