ESRI.ArcGIS.Mobile.Client
DeleteGeometryEditMethod Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.Client.GeometryEditMethods Namespace : DeleteGeometryEditMethod Class


The following tables list the members exposed by DeleteGeometryEditMethod.

Public Constructors

Protected Properties

 NameDescription
Protected PropertyEndPoint end point for replace/delete (Inherited from GeometryEditMethod)
Protected PropertyEndPointIndex end point index for replace/delete (Inherited from GeometryEditMethod)
Protected PropertyFeature original feature (Inherited from GeometryEditMethod)
Protected PropertyGeometry Geometry of the feature, which keeps a copy of the original geometry (Inherited from GeometryEditMethod)
Protected PropertyStartPoint start point for replace/delete (Inherited from GeometryEditMethod)
Protected PropertyStartPointIndex start point index for replace/delete (Inherited from GeometryEditMethod)
Protected PropertyTempGeometryPortion the new portion collected when edit geometry (Inherited from GeometryEditMethod)
Top

Public Methods

 NameDescription
Public MethodStartGeometryEdit Notifies the Geometry edit method object to start editing on the Geometry. (Inherited from GeometryEditMethod)
Top

Protected Methods

 NameDescription
Protected MethodNotifyGeometryEditCancelled Call this function for notifying this instance that geometry editing was cancelled. (Inherited from GeometryEditMethod)
Protected MethodNotifyGeometryEditCompleted Call this function for notifying this instance that editing was completed successfully. (Inherited from GeometryEditMethod)
Protected MethodOnGeometryEditMethodCompletedOverridden.  Delete Geometry method completed  
Protected MethodOnStartGeometryEditMethodOverridden.  start the method go through the process 1. pickvertex page for start point 2. pickvertex page for end point 3. pick which side of the polygon to delete 4. EditCompleteViewMappage  
Top

See Also