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


IWorkspaceEdit.HasUndos Method (ArcObjects .NET 10.4 SDK)
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 HasUndos As Boolean _
)
[C#]
public void HasUndos (
    ref bool HasUndos
);
[C++]
HRESULT HasUndos(
  VARIANT_BOOL* HasUndos
);
[C++]

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

Product Availability

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

See Also

IWorkspaceEdit Interface