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


ITiledMapServer2.GetCacheDescriptionInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITiledMapServer2 Interface > ITiledMapServer2.GetCacheDescriptionInfo Method
ArcGIS Developer Help

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
);
[C++]
Parameters
MapName [in]

MapName is a parameter of type BSTR

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