This document is archived and information here might be outdated.  Recommended version.


IEngineEditSketch.FinishSketch Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditSketch Interface > IEngineEditSketch.FinishSketch Method
ArcGIS Developer Help

IEngineEditSketch.FinishSketch Method

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.

See Also

IEngineEditSketch Interface