ArcObjects Library Reference  (Carto)    

IMapCooker.TileCacheInfo Property

The tile cache info.

[Visual Basic 6.0]
Property TileCacheInfo As ITileCacheInfo
[Visual Basic .NET]
Public Property TileCacheInfo As ITileCacheInfo
[C#]
public ITileCacheInfo TileCacheInfo {get; set;}
[Java]
public  getTileCacheInfo (
    ITileCacheInfo ppCacheInfo
)
[Java]
public void setTileCacheInfoByRef(
    ITileCacheInfo ppCacheInfo
)
throws
    IOException,
    AutomationException
[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