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


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

IExtentStack.Undo Method

Undo the previous extent on the stack.

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

Product Availability

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

See Also

IExtentStack Interface