ArcObjects Library Reference (Display)  

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,
  short* order
);
[C++]

Parameters

cacheID [in]   cacheID is a parameter of type short order [out, retval]   order is a parameter of type short

Product Availability

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

See Also

IScreenCacheManager Interface