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.