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


IWorkspaceEdit.IsBeingEdited Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* IsBeingEdited
);
[C++]

Parameters IsBeingEdited [out, retval] IsBeingEdited is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IWorkspaceEdit Interface

.NET Samples

Bind a geodatabase table to a .NET control (Code Files: TableWrapper)

.NET Related Topics

Editing with the geodatabase API