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


IRawPixels.NumCacheRefs Property (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.NumCacheRefs Property
ArcGIS Developer Help

IRawPixels.NumCacheRefs Property

Number of outstanding cache references.

[Visual Basic .NET]
Public ReadOnly Property NumCacheRefs As Integer
[C#]
public int NumCacheRefs {get;}
[C++]
HRESULT get_NumCacheRefs(
  System.Int32* num_refs
);
[C++]
Parameters
num_refs [out, retval]

num_refs is a parameter of type long*

Product Availability

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

See Also

IRawPixels Interface