ArcGIS API for WPF - Library Reference
EditGeometry.Action Enumeration
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : EditGeometry.Action Enumeration

Describes the action that caused a EditGeometry.GeometryEdit event.

Syntax

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

Members

MemberDescription
EditCanceled Edit canceled
EditCompleted Edit completed
EditRedone Edit redone
EditStarted Edit started
EditUndone Edit undone
GeometryMoved Geometry moved
GeometryRotated Geometry rotated
GeometryScaled Geometry scaled
VertexAdded New vertex added
VertexRemoved Vertex removed
VextedMoved Vertex moved

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.EditGeometry.Action

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.