This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenCacheManager Interface > IScreenCacheManager.GetCacheOrder Method (ArcObjects .NET 10.5 SDK) |
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