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


IWorkspaceEdit2.IsInEditOperation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceEdit2 Interface > IWorkspaceEdit2.IsInEditOperation Property
ArcGIS Developer Help

IWorkspaceEdit2.IsInEditOperation Property

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

inEditOp is a parameter of type bool*

Product Availability

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

Remarks

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.

See Also

IWorkspaceEdit2 Interface