ArcObjects Library Reference (GeoDatabase)  

IDatasetEditInfo.CanEdit Property

True if the dataset 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.

Remarks

This property is to be used within an active edit session, results cannot be guaranteed if called on a dataset outside of an edit session.

See Also

IDatasetEditInfo Interface