This document is archived and information here might be outdated. Recommended version. |
The map cache tile image info.
[Visual Basic .NET] Public Property TileImageInfo As ITileImageInfo
[C#] public ITileImageInfo TileImageInfo {get; set;}
[C++]
HRESULT get_TileImageInfo(
ITileImageInfo** ppInfo
);
[C++]
HRESULT putref_TileImageInfo(
ITileImageInfo* ppInfo
);
[C++] Parameters ppInfo [out, retval]
ppInfo is a parameter of type ITileImageInfo** ppInfo [in]
ppInfo is a parameter of type ITileImageInfo*