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


IWorkspaceEdit.IsBeingEdited Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceEdit Interface > IWorkspaceEdit.IsBeingEdited Method
ArcGIS Developer Help

IWorkspaceEdit.IsBeingEdited Method

True if the workspace is being edited.

[Visual Basic .NET]
Public Function IsBeingEdited ( _
) As Boolean
[C#]
public bool IsBeingEdited (
);
[C++]
HRESULT IsBeingEdited(
void
);

Product Availability

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

See Also

IWorkspaceEdit Interface