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


IDatasetEditInfo.CanUndo 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.CanUndo Property
ArcGIS Developer Help

IDatasetEditInfo.CanUndo Property

True if the dataset supports edit sessions with the ability to undo individual edit operations.

[Visual Basic .NET]
Public ReadOnly Property CanUndo As Boolean
[C#]
public bool CanUndo {get;}
[C++]
HRESULT get_CanUndo(
  Boolean* CanUndo
);
[C++]
Parameters
CanUndo [out, retval]

CanUndo is a parameter of type bool*

Product Availability

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

See Also

IDatasetEditInfo Interface