The following tables list the members exposed by DeleteGeometryEditMethod.
Name | Description | |
---|---|---|
![]() | DeleteGeometryEditMethod Constructor |
Name | Description | |
---|---|---|
![]() | EndPoint | end point for replace/delete (Inherited from GeometryEditMethod) |
![]() | EndPointIndex | end point index for replace/delete (Inherited from GeometryEditMethod) |
![]() | Feature | original feature (Inherited from GeometryEditMethod) |
![]() | Geometry | Geometry of the feature, which keeps a copy of the original geometry (Inherited from GeometryEditMethod) |
![]() | StartPoint | start point for replace/delete (Inherited from GeometryEditMethod) |
![]() | StartPointIndex | start point index for replace/delete (Inherited from GeometryEditMethod) |
![]() | TempGeometryPortion | the new portion collected when edit geometry (Inherited from GeometryEditMethod) |
Name | Description | |
---|---|---|
![]() | StartGeometryEdit | Notifies the Geometry edit method object to start editing on the Geometry. (Inherited from GeometryEditMethod) |
Name | Description | |
---|---|---|
![]() | NotifyGeometryEditCancelled | Call this function for notifying this instance that geometry editing was cancelled. (Inherited from GeometryEditMethod) |
![]() | NotifyGeometryEditCompleted | Call this function for notifying this instance that editing was completed successfully. (Inherited from GeometryEditMethod) |
![]() | OnGeometryEditMethodCompleted | Overridden. Delete Geometry method completed |
![]() | OnStartGeometryEditMethod | Overridden. 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 |