ArcObjects Library Reference (NetworkAnalyst)  

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