This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTransaction Interface > IRasterTransaction.UndoLevels Property (ArcObjects .NET 10.4 SDK) |
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