ArcObjects Library Reference (Editor)  

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