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