This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditTask Interface > IEditTask.OnDeleteSketch Method (ArcObjects .NET 10.4 SDK) |
Notifies the task that the edit sketch has been deleted.
[Visual Basic .NET]
Public Sub OnDeleteSketch ( _
)
[C#] public void OnDeleteSketch ( );
OnDeleteSketch gives an edit task an opportunity to clean up any steps that were already completed. For example, if you had added any SketchOperation to the operation stack you may want to remove them.
IEditTask Interface | IEditTask Interface | IEditSketch Interface | IExtension Interface