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


IDatasetEditInfo.CanEdit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatasetEditInfo Interface > IDatasetEditInfo.CanEdit Property
ArcGIS Developer Help

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(
  Boolean* CanEdit
);
[C++]
Parameters
CanEdit [out, retval]

CanEdit is a parameter of type 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