Indicates if there is a map extent that can be redone.
[Visual Basic .NET] Public ReadOnly Property CanRedoExtent As Boolean
[C#] public bool CanRedoExtent {get;}
Product Availability
Available with ArcGIS Desktop. Requires Publisher Extension.
Description
Whenever the extent of the map changes the previous extent is placed onto an extent stack. It is possible to navigate backwards and forwards through any extents in the extent stack.
CanRedoExtent indicates if there is an ARMap extent that can be redone. Use the property before using the RedoExtent method.
See Also
IARMap Interface | IARMap.CanUndoExtent Property | IARMap.UndoExtent Method | IARMap.RedoExtent Method