This document is archived and information here might be outdated. Recommended version. |
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.