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


INAContextEdit.UndoEditOperation Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAContextEdit.UndoEditOperation Method

Cancels the last edit operation and returns to the state before it was started.

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

UndoEditOperation undoes the edit operation on the NAContext's NAClasses.

See Also

INAContextEdit Interface