This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditTask Interface > IEngineEditTask.OnFinishSketch Method (ArcObjects .NET 10.5 SDK) |
Notifies the task that the edit sketch is complete.
[Visual Basic .NET]
Public Sub OnFinishSketch ( _
)
[C#] public void OnFinishSketch ( );
[C++]
HRESULT OnFinishSketch(
void
);
OnFinishSketch is fired when an edit sketch created with the edit task completes either programmatically using the IEngineEditSketch::FinishSketch method, or by the end user interactively finishing the sketch.
Typically OnFinishSketch is used to start an edit operation (if necessary) and store any created or modified features.