ArcObjects Library Reference (DataSourcesRaster)  

IRawPixels.AcquireCache Method

Gets reference to edit cache.

[Visual Basic .NET]
Public Function AcquireCache ( _
) As Object
[C#]
public object AcquireCache (
);
[C++]
HRESULT AcquireCache(
  LPUNKNOWN* cache
);
[C++]

Parameters

cache [out, retval]   cache is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IRawPixels Interface