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


IRawPixels.ReturnCache Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRawPixels Interface > IRawPixels.ReturnCache Method
ArcGIS Developer Help

IRawPixels.ReturnCache Method

Restores edit cache to previous state.

[Visual Basic .NET]
Public Function ReturnCache ( _
    ByVal cache As Object _
) As Integer
[C#]
public int ReturnCache (
    object cache
);
[C++]
HRESULT ReturnCache(
  LPUNKNOWN cache
);
[C++]
Parameters
cache [in]

cache is a parameter of type IUnknown

Product Availability

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

See Also

IRawPixels Interface