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


IWorkspaceEditInfo.CanEdit Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEditInfo.CanEdit Property

Indicates if the workspace supports edit sessions with the ability to discard edits on save.

[Visual Basic .NET]
Public ReadOnly Property CanEdit As Boolean
[C#]
public bool CanEdit {get;}
[C++]
HRESULT get_CanEdit(
  VARIANT_BOOL* CanEdit
);
[C++]

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

Product Availability

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

See Also

IWorkspaceEditInfo Interface