Completes the current edit sketch.
[Visual Basic .NET]
Public Sub FinishSketch ( _
)
[C#] public void FinishSketch ( );
[C++]
HRESULT FinishSketch(
void
);
Product Availability
Available with ArcGIS Engine.
Description
The FinishSketch method finishes the edit sketch and notifies the EngineEditor's current task of this event which executes the IEngineEditTask::OnFinishSketch method. For example, the "Create New Feature" edit task will create a new feature using the IEngineEditSketch::Geometry. A number of events may be fired by the IEngineEditTask::OnFinishSketch method depending on the task being executed.