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


IScreenCacheManager.GetCacheOrder Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenCacheManager Interface > IScreenCacheManager.GetCacheOrder Method
ArcGIS Developer Help

IScreenCacheManager.GetCacheOrder Method

Sets or returns the order of the specified cache. Client's that use multiple caches can assign an order to them. Bottom cache is 0 and top cache is n.

[Visual Basic .NET]
Public Function GetCacheOrder ( _
    ByVal cacheID As Short _
) As Short
[C#]
public short GetCacheOrder (
    short cacheID
);
[C++]
HRESULT GetCacheOrder(
  short cacheID
);
[C++]
Parameters
cacheID [in]

cacheID is a parameter of type short

Product Availability

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

See Also

IScreenCacheManager Interface