Gets the cache description information for a given map.
[Visual Basic 6.0] Function GetCacheDescriptionInfo(
ByVal MapName As String _
) As ICacheDescriptionInfo
[Visual Basic .NET] Public Function GetCacheDescriptionInfo ( _ ByVal MapName As String _ ) As ICacheDescriptionInfo
[C#] public ICacheDescriptionInfo GetCacheDescriptionInfo ( string MapName );
[Java] public ICacheDescriptionInfo getCacheDescriptionInfo ( String MapName ) throws IOException, AutomationException
[C++] HRESULT GetCacheDescriptionInfo( BSTR MapName, ICacheDescriptionInfo** ppCacheDescriptionInfo );
Parameters
MapName [in]
MapName is a parameter of type BSTR
ppCacheDescriptionInfo [out, retval]
ppCacheDescriptionInfo is a parameter of type ICacheDescriptionInfo
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.