This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IExtentStack Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the extent stack.
Description | ||
---|---|---|
CanRedo | Indicates if there is an extent that can be redone. | |
CanUndo | Indicates if there is an extent that can be undone. | |
Count | The number of extents on the stack. | |
Do | Zooms to the given extent and places it on the stack. | |
Item | The extent at the specified index. | |
Redo | Redo the next extent on the stack. | |
Reset | Removes all extents from the stack. | |
Undo | Undo the previous extent on the stack. |