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* pCanEdit
);
[C++]

Parameters

pCanEdit [out, retval]   pCanEdit is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IWorkspaceEditInfo Interface