ArcObjects Library Reference  (Carto)    

IMapCooker2.TileImageInfo Property

The map cache tile image info.

[Visual Basic 6.0]
Property TileImageInfo As ITileImageInfo
[Visual Basic .NET]
Public Property TileImageInfo As ITileImageInfo
[C#]
public ITileImageInfo TileImageInfo {get; set;}
[Java]
public ITileImageInfo getTileImageInfo()
throws
    IOException,
    AutomationException
[Java]
public void setTileImageInfoByRef(
ITileImageInfo pTileImageInfo
)
throws
    IOException,
    AutomationException
[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