ArcObjects Library Reference (Carto)  

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