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


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

IWorkspaceEdit.HasEdits Method

True if there are any completed edit operations that need to be saved .

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

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

Product Availability

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

See Also

IWorkspaceEdit Interface