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


IActiveView.ExtentStack Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IActiveView Interface > IActiveView.ExtentStack Property
ArcGIS Developer Help

IActiveView.ExtentStack Property

The extent stack.

[Visual Basic .NET]
Public ReadOnly Property ExtentStack As IExtentStack
[C#]
public IExtentStack ExtentStack {get;}
[C++]
HRESULT get_ExtentStack(
  IExtentStack** ExtentStack
);
[C++]
Parameters
ExtentStack [out, retval]

ExtentStack is a parameter of type IExtentStack**

Product Availability

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

Remarks

Returns a reference to the active view's extent stack.  Each active view has an extent stack which remembers previous extents so that users can 'go back' and then 'go forward' to previous extents.

See Also

IActiveView Interface