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


ISketchOperation.Finish Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > ISketchOperation Interface > ISketchOperation.Finish Method
ArcGIS Developer Help

ISketchOperation.Finish Method

Finishes the operation and puts it into the operation stack. Call this after the sketch has been modified.

[Visual Basic .NET]
Public Sub Finish ( _
    ByVal invalEnv As IEnvelope _
)
[C#]
public void Finish (
    IEnvelope invalEnv
);

Product Availability

Available with ArcGIS Desktop.

Remarks

All modifications made to an edit sketch should be made between calls to Start and Finish . Stop adds the sketch operation to the top of the operations stack. ArcMap use an operation stack to implement undo and redo.

See Also

ISketchOperation Interface