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


IRasterTransaction.Undo Method (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.Undo Method
ArcGIS Developer Help

IRasterTransaction.Undo Method

Reverses last N changes.

[Visual Basic .NET]
Public Function Undo ( _
    ByVal N As Integer _
) As Integer
[C#]
public int Undo (
    int N
);
[C++]
HRESULT Undo(
  long N
);
[C++]
Parameters
N [in]

N is a parameter of type long

Product Availability

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

See Also

IRasterTransaction Interface