ESRI.ArcGIS.Mobile
CoordinatesChangedType Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace : CoordinatesChangedType Enumeration

Specifies how the coordinate collection was changed.

Syntax

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

Members

MemberDescription
Reset Most of the coordinates have changed.
Cleared The coordinates were cleared.
Reversed The coordinates were cleared.
RangeCoordinatesAdded A range of coordinates were added.
CoordinateAdded A coordinate was added.
CoordinateMoved A coordinate was moved.
CoordinateChanged A coordinate was changed.
CoordinateDeleted A coordinate was deleted.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.Geometries.CoordinatesChangedType

Requirements

Namespace: ESRI.ArcGIS.Mobile.Geometries

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