ArcObjects Library Reference (GeoDatabase)  

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

.NET Related Topics

Editing with the geodatabase API | Geodatabase API best practices