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


IExtentStack.CanUndo Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IExtentStack.CanUndo Method

Indicates if there is an extent that can be undone.

[Visual Basic .NET]
Public Function CanUndo ( _
) As Boolean
[C#]
public bool CanUndo (
);
[C++]
HRESULT CanUndo(
void
);

Product Availability

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

See Also

IExtentStack Interface