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


IExtentStack.Redo Method (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 > IExtentStack.Redo Method
ArcGIS Developer Help

IExtentStack.Redo Method

Redo the next extent on the stack.

[Visual Basic .NET]
Public Sub Redo ( _
)
[C#]
public void Redo (
);
[C++]
HRESULT Redo(
void
);

Product Availability

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

See Also

IExtentStack Interface