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


IWorkspaceEdit.HasUndos Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceEdit Interface > IWorkspaceEdit.HasUndos Method
ArcGIS Developer Help

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(
  Boolean* HasUndos
);
[C++]
Parameters
HasUndos [in, out]

HasUndos is a parameter of type bool*

Product Availability

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

See Also

IWorkspaceEdit Interface