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


IRawPixels.AcquireCache Method (ArcObjects .NET 10.5 SDK)
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