This document is archived and information here might be outdated. Recommended version. |
Gets the cache description information for a given map.
[Visual Basic .NET] Public Function GetCacheDescriptionInfo ( _ ByVal MapName As String _ ) As ICacheDescriptionInfo
[C#] public ICacheDescriptionInfo GetCacheDescriptionInfo ( string MapName );
[C++]
HRESULT GetCacheDescriptionInfo(
BSTR MapName
);
[C++] Parameters MapName [in]
MapName is a parameter of type BSTR
GetCacheDescriptionInfo returns information on a cached map service in one call including its cache type, its tiling scheme (TileCacheInfo), image information (TileImageInfo) and control information (TileControlInfo). The cache description also includes an array of layer cache infos that can be used to determine if a specific layer has a cache in the case of map services that have a multi layer cache.