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


IRawPixels.AcquireCache Method (ArcObjects .NET 10.6 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(
void
);

Product Availability

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

See Also

IRawPixels Interface