The following tables list the members exposed by GeometryEditMethod.
Name | Description | |
---|---|---|
![]() | EndPoint | End point |
![]() | GeometryCollectionMethods | Geometry Collection Methods. |
![]() | GeometryEditOperationInProgress | Returns true if GeometryEditOperation is in progress |
![]() | LastStepInEditingWorkflow | Returns true if it the last step in the Edit Operation workflow. |
![]() | Name | Neme of the GeometryOperation |
![]() | NextCommandCanExecute | Returns true if the edit operation can proceed to next step. |
![]() | StartPoint | Start point |
![]() | Status | Current GeometryEdit operation status |
![]() | StepDescription | Description for each step in Geometry Edit operation. |
![]() | StepTitle | Title for each step in GeometryEdit operation |
![]() | TempGeometryPortion | Polyline collected when edit geometry |
Name | Description | |
---|---|---|
![]() | CancelGeometryEdit | Cancels the current GeometryEdit operation. |
![]() | CompleteGeometryEdit | Complete Geometry Edit Operation. |
![]() | PreviewPolygon | Preview Polygon before saving |
![]() | ProgressGeometryEditToNextStep | Move to the next step in Geometry Editing workflow |
![]() | StartGeometryEdit | Notifies the Geometry edit method object to start editing on the Geometry. |
Name | Description | |
---|---|---|
![]() | CancelGeometryEditOperation | Cancel Geometry Edit Operation |
![]() | NextStepInGeometryEditOperation | Proceed to the next step in Geometry Edit operation |
![]() | OnGeometryEditMethodCompleted | Called when just after the Edit completed event is raised. Allows derived classes to handle cleaning up. |
![]() | OnGeometryEditMethodProgress | Raises the static GeometryEditMethodStarting event. |
![]() | OnStartGeometryEditMethod | Called when geometry editing starts. |
![]() | PreviewPolygonBeforeSave | Select a side to replace the portion |
Name | Description | |
---|---|---|
![]() | GeometryEditMethodProgress | Event that fires when a there is a change in progress of geometry edit method |
![]() | PropertyChanged | Property Changed. |