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


ICacheDescriptionInfo.TileImageInfo Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ICacheDescriptionInfo.TileImageInfo Property

TileImageInfo object.

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

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

Product Availability

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

See Also

ICacheDescriptionInfo Interface