ArcObjects Library Reference (Carto)  

IMapCooker2.TileImageInfo Property

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

Product Availability

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

See Also

IMapCooker2 Interface