This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplay Interface > IScreenDisplay.CacheCount Property (ArcObjects .NET 10.4 SDK) |
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
Use this property to loop through all of the available screen caches. For example, if you Invalidate using esriAllScreenCaches, this property is used to loop through all of the caches to invalidate each one.
The AppDisplay object has no implementation for this method.