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 pHasRedos As Boolean _
)
[C#]
public void HasRedos (
    ref bool pHasRedos
);
[C++]
HRESULT HasRedos(
  VARIANT_BOOL* pHasRedos
);
[C++]

Parameters

pHasRedos [in, out]   pHasRedos is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IWorkspaceEdit Interface