ArcObjects Library Reference (DataSourcesRaster)  

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(
  long* num_undo
);
[C++]
HRESULT put_UndoLevels(
  long num_undo
);
[C++]

Parameters

num_undo [out, retval]   num_undo is a parameter of type long num_undo [in]   num_undo is a parameter of type long

Product Availability

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

See Also

IRasterTransaction Interface