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


The following tables list the members exposed by GeometryEditMethod.

Public Properties

 NameDescription
Public PropertyEndPoint End point  
Public PropertyGeometryCollectionMethods Geometry Collection Methods.  
Public PropertyGeometryEditOperationInProgress Returns true if GeometryEditOperation is in progress  
Public PropertyLastStepInEditingWorkflow Returns true if it the last step in the Edit Operation workflow.  
Public PropertyName Neme of the GeometryOperation  
Public PropertyNextCommandCanExecute Returns true if the edit operation can proceed to next step.  
Public PropertyStartPoint Start point  
Public PropertyStatus Current GeometryEdit operation status  
Public PropertyStepDescription Description for each step in Geometry Edit operation.  
Public PropertyStepTitle Title for each step in GeometryEdit operation  
Public PropertyTempGeometryPortion Polyline collected when edit geometry  
Top

Protected Properties

 NameDescription
Protected PropertyFeature original feature  
Top

Public Methods

 NameDescription
Public MethodCancelGeometryEdit Cancels the current GeometryEdit operation.  
Public MethodCompleteGeometryEdit Complete Geometry Edit Operation.  
Public MethodPreviewPolygon Preview Polygon before saving  
Public MethodProgressGeometryEditToNextStep Move to the next step in Geometry Editing workflow  
Public MethodStartGeometryEdit Notifies the Geometry edit method object to start editing on the Geometry.  
Top

Protected Methods

 NameDescription
Protected MethodCancelGeometryEditOperation Cancel Geometry Edit Operation  
Protected MethodNextStepInGeometryEditOperation Proceed to the next step in Geometry Edit operation  
Protected MethodOnGeometryEditMethodCompleted Called when just after the Edit completed event is raised. Allows derived classes to handle cleaning up.  
Protected MethodOnGeometryEditMethodProgress Raises the static GeometryEditMethodStarting event.  
Protected MethodOnStartGeometryEditMethod Called when geometry editing starts.  
Protected MethodPreviewPolygonBeforeSave Select a side to replace the portion  
Top

Public Events

 NameDescription
Public EventGeometryEditMethodProgress Event that fires when a there is a change in progress of geometry edit method  
Public EventPropertyChanged Property Changed.  
Top

See Also