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