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


IExtentStack.Redo Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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