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

Parameters

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

Product Availability

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

See Also

IWorkspaceEdit Interface