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


IMapCooker.MaxTileCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker Interface > IMapCooker.MaxTileCount Property
ArcGIS Developer Help

IMapCooker.MaxTileCount Property

The maximum number of map tiles to be generated.

[Visual Basic .NET]
Public Property MaxTileCount As Integer
[C#]
public int MaxTileCount {get; set;}
[C++]
HRESULT get_MaxTileCount(
  System.Int32* 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