This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceEdit2 Interface > IWorkspaceEdit2.IsInEditOperation Property (ArcObjects .NET 10.5 SDK) |
Is the workspace currently in an edit operation?.
[Visual Basic .NET] Public ReadOnly Property IsInEditOperation As Boolean
[C#] public bool IsInEditOperation {get;}
[C++]
HRESULT get_IsInEditOperation(
VARIANT_BOOL* inEditOp
);
[C++]
Parameters inEditOp [out, retval] inEditOp is a parameter of type VARIANT_BOOL
Returns a Boolean corresponding to if the workspace is currently in an edit operation. This Boolean property should be used when deciding to start an edit operation.