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


INAContextEdit.AbortEditOperation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContextEdit Interface > INAContextEdit.AbortEditOperation Method
ArcGIS Developer Help

INAContextEdit.AbortEditOperation Method

Cancels an edit operation in progress.

[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. Requires Network Analyst Extension.

Remarks

AbortEditOperation aborts the edit operation on the NAContext's NAClasses.

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

INAContextEdit Interface