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


IRasterTransaction.UndoLevels Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTransaction Interface > IRasterTransaction.UndoLevels Property
ArcGIS Developer Help

IRasterTransaction.UndoLevels Property

Maximum number of reversible operations.

[Visual Basic .NET]
Public Property UndoLevels As Integer
[C#]
public int UndoLevels {get; set;}
[C++]
HRESULT get_UndoLevels(
  System.Int32* num_undo
);
[C++]
Parameters
num_undo [out, retval]

num_undo is a parameter of type long*

Product Availability

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

See Also

IRasterTransaction Interface