This document is archived and information here might be outdated. Recommended version. |
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*