ArcObjects Library Reference (Carto)  

ITiledMapServer2.GetCacheDescriptionInfo Method

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

Parameters

MapName [in]   MapName is a parameter of type BSTR ppCacheDescriptionInfo [out, retval]

  ppCacheDescriptionInfo is a parameter of type ICacheDescriptionInfo

Product Availability

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

Remarks

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.

See Also

ITiledMapServer2 Interface