This document is archived and information here might be outdated.  Recommended version.


IExtentStack Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IExtentStack Interface
ArcGIS Developer Help

IExtentStack Interface

Provides access to members that control the extent stack.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method CanRedo Indicates if there is an extent that can be redone.
Method CanUndo Indicates if there is an extent that can be undone.
Read-only property Count The number of extents on the stack.
Method Do Zooms to the given extent and places it on the stack.
Read-only property Item The extent at the specified index.
Method Redo Redo the next extent on the stack.
Method Reset Removes all extents from the stack.
Method Undo Undo the previous extent on the stack.

Classes that implement IExtentStack

Classes Description

.NET Samples

Custom map navigation commands Custom map navigation commands