ArcObjects Library Reference (Carto)  

ICacheInfo.TileCacheInfo Property

The tile cache info object.

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

Parameters

ppTileCacheInfo [out, retval]

  ppTileCacheInfo is a parameter of type ITileCacheInfo

ppTileCacheInfo [in]

  ppTileCacheInfo is a parameter of type ITileCacheInfo

Product Availability

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

See Also

ICacheInfo Interface