ArcObjects Library Reference (Carto)  

IMapCooker.TileCacheInfo Property

The tile cache info.

[Visual Basic .NET]
Public Property TileCacheInfo As ITileCacheInfo
[C#]
public ITileCacheInfo TileCacheInfo {get; set;}
[C++]
HRESULT get_TileCacheInfo(
  ITileCacheInfo** ppCacheInfo
);
[C++]
HRESULT putref_TileCacheInfo(
  ITileCacheInfo* ppCacheInfo
);
[C++]

Parameters

ppCacheInfo [out, retval]

  ppCacheInfo is a parameter of type ITileCacheInfo

ppCacheInfo [in]

  ppCacheInfo is a parameter of type ITileCacheInfo

Product Availability

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

See Also

IMapCooker Interface