This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditor Interface > IEditor.StopOperation Method (ArcObjects .NET 10.5 SDK) |
Stops an edit operation.
[Visual Basic .NET] Public Sub StopOperation ( _ ByVal menuText As String _ )
[C#] public void StopOperation ( string menuText );
All edits to features that participate in a Topology or Geometric Network must be bracketed within an edit operation.
IEditor Interface | IEditor.StartOperation Method