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


IScreenDisplay2.CacheCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplay2 Interface > IScreenDisplay2.CacheCount Property
ArcGIS Developer Help

IScreenDisplay2.CacheCount Property

Number of screen caches.

[Visual Basic .NET]
Public ReadOnly Property CacheCount As Short
[C#]
public short CacheCount {get;}
[C++]
HRESULT get_CacheCount(
  System.Int16* 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

IScreenDisplay2 Interface