ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEdit.HasUndos Method

True if there are any completed edit operations that can be undone.

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

Parameters

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

Product Availability

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

See Also

IWorkspaceEdit Interface