This document is archived and information here might be outdated.  Recommended version.


ICacheInfo.TileImageInfo Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ICacheInfo.TileImageInfo Property

The cache tile image info object.

[Visual Basic .NET]
Public Property TileImageInfo As ITileImageInfo
[C#]
public ITileImageInfo TileImageInfo {get; set;}
[C++]
HRESULT get_TileImageInfo(
  ITileImageInfo** ppTileImageInfo
);
[C++]
HRESULT putref_TileImageInfo(
  ITileImageInfo* ppTileImageInfo
);
[C++]

Parameters ppTileImageInfo [out, retval]
ppTileImageInfo is a parameter of type ITileImageInfo ppTileImageInfo [in]
ppTileImageInfo is a parameter of type ITileImageInfo

Product Availability

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

See Also

ICacheInfo Interface