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


IWorkspaceEdit.HasRedos Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEdit.HasRedos Method

True if there are any completed undos that can be redone.

[Visual Basic .NET]
Public Sub HasRedos ( _
    ByRef HasRedos As Boolean _
)
[C#]
public void HasRedos (
    ref bool HasRedos
);
[C++]
HRESULT HasRedos(
  VARIANT_BOOL* HasRedos
);
[C++]

Parameters HasRedos [in, out] HasRedos is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IWorkspaceEdit Interface