ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEditInfo.CanUndo Property

Indicates if the workspace 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(
  VARIANT_BOOL* pCanUndo
);
[C++]

Parameters

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

Product Availability

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

See Also

IWorkspaceEditInfo Interface