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


IScreenCacheManager.CacheCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IScreenCacheManager.CacheCount Property

Number of screen caches.

[Visual Basic .NET]
Public ReadOnly Property CacheCount As Short
[C#]
public short CacheCount {get;}
[C++]
HRESULT get_CacheCount(
  short* Count
);
[C++]

Parameters Count [out, retval] Count is a parameter of type short

Product Availability

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

See Also

IScreenCacheManager Interface