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