ArcObjects Library Reference (DataSourcesRaster)  

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,
  long* pending
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterTransaction Interface