This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker Interface > IMapCooker.TileCacheInfo Property (ArcObjects .NET 10.4 SDK) |
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