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


IMapCooker.TileCacheInfo Property (ArcObjects .NET 10.4 SDK)
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