Notifies the task that the edit sketch is complete.
[Visual Basic .NET]
Public Sub OnFinishSketch ( _
)
[C#] public void OnFinishSketch ( );
[C++]
HRESULT OnFinishSketch(
void
);
Product Availability
Available with ArcGIS Engine.
Description
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.