This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditor Interface > IEditor.StartOperation Method (ArcObjects .NET 10.4 SDK) |
Starts an edit operation.
[Visual Basic .NET]
Public Sub StartOperation ( _
)
[C#] public void StartOperation ( );
All edits to features that participate in a Topology or Geometric Network must be bracketed within an edit operation.
If you call StartOperation when an edit operation has already been started, you will get an error.
IEditor Interface | IEditor.StopOperation Method