The following tables list the members exposed by IMMEditTask.
Public Properties
| Name | Description |
| Geometry | This read-only property should return the geometry for the feature being added. This will be the same geometry (shape) that you set for the proposed object. See the SetProposedGeometry method. |
Top
Public Methods
| Name | Description |
| SetProposedGeometry | This method executes when the user finishes the edit sketch in ArcMap, immediately after the OnFinishSketch method on the IEditTask interface. Set the shape of the proposed object in this method. |
Top
See Also