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