This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceEdit Interface > IWorkspaceEdit.HasEdits Method (ArcObjects .NET 10.4 SDK) |
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