This document is archived and information here might be outdated. Recommended version. |
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**
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.