ArcObjects Library Reference (NetworkAnalyst)  

INAContextEdit.RedoEditOperation Method

Repeats the last edit operation.

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

Product Availability

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

Remarks

RedoEditOperation redoes the edit operation on the NAContext's NAClasses.

See Also

INAContextEdit Interface