ArcObjects Library Reference  (Carto)    

IMapCooker.MaxTileCount Property

The maximum number of map tiles to be generated.

[Visual Basic 6.0]
Property MaxTileCount As Long
[Visual Basic .NET]
Public Property MaxTileCount As Integer
[C#]
public int MaxTileCount {get; set;}
[Java]
public  getMaxTileCount (
    Long pNumTiles
)
[Java]
public void setMaxTileCount(
    Long pNumTiles
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_MaxTileCount(
  long* pNumTiles
);
[C++]
HRESULT put_MaxTileCount(
  long pNumTiles

);

[C++]

Parameters

pNumTiles [out, retval]

  pNumTiles is a parameter of type long

pNumTiles [in]

  pNumTiles is a parameter of type long

Product Availability

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

See Also

IMapCooker Interface