ArcObjects Library Reference (PublisherControls)  

IARMap.UndoExtent Method

Undo to the previous map extent in the stack.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Undo the ARMap extent to the previous extent in the extent stack. Use the CanUndoExtent property to determine whether the extent can be undone. 

See Also

IARMap Interface | IARMap.CanUndoExtent Property | IARMap.CanRedoExtent Property | IARMap.RedoExtent Method