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


IWorkspaceEdit.AbortEditOperation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceEdit Interface > IWorkspaceEdit.AbortEditOperation Method
ArcGIS Developer Help

IWorkspaceEdit.AbortEditOperation Method

Aborts an edit operation.

[Visual Basic .NET]
Public Sub AbortEditOperation ( _
)
[C#]
public void AbortEditOperation (
);
[C++]
HRESULT AbortEditOperation(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Applications are responsible for calling the AbortEditOperation method to abort an edit operation if errors are detected within the methods executed for an edit operation.

See Also

IWorkspaceEdit Interface