The following tables list the members exposed by ExtendGeometryEditMethod.
Name | Description | |
---|---|---|
![]() | ExtendGeometryEditMethod 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 | Overloaded. Start Geometry edit, extending geometry |
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 | Called when just after the Edit completed event is raised. Allows derived classes to handle cleaning up. (Inherited from GeometryEditMethod) |
![]() | OnStartGeometryEditMethod | Overridden. go through the process for extending geometry 1. pickvertex page for start point 2. geometryCollectionMapPage for new geometry 3. pickvertex page for end point |