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


IScreenCacheManager.PutCacheOrder 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.PutCacheOrder Method
ArcGIS Developer Help

IScreenCacheManager.PutCacheOrder Method

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

[Visual Basic .NET]
Public Sub PutCacheOrder ( _
    ByVal cacheID As Short, _
    ByVal order As Short _
)
[C#]
public void PutCacheOrder (
    short cacheID,
    short order
);
[C++]
HRESULT PutCacheOrder(
  short cacheID,
  short order
);
[C++]
Parameters
cacheID [in]

cacheID is a parameter of type short order [in]
order is a parameter of type short

Product Availability

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

See Also

IScreenCacheManager Interface