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


IExtentStack.CanUndo Method (ArcObjects .NET 10.5 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(
  VARIANT_BOOL* CanUndo
);
[C++]

Parameters CanUndo [out, retval] CanUndo is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IExtentStack Interface