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


IExtentStack.CanRedo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IExtentStack Interface > IExtentStack.CanRedo Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IExtentStack Interface