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


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

IExtentStack.CanRedo Method

Indicates if there is an extent that can be redone.

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

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

Product Availability

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

See Also

IExtentStack Interface