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


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

IEditSketch.FinishSketch Method

Completes the current edit sketch.

[Visual Basic .NET]
Public Sub FinishSketch ( _
)
[C#]
public void FinishSketch (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

This function completes the edit sketch by notifying the editor's current task of this event. FinishSketch also calls RefreshSketch and IEditEvents::OnSketchFinished .

See Also

IEditSketch Interface