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


IMapCooker.NumLevels Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapCooker.NumLevels Property

The number of map cache levels.

[Visual Basic .NET]
Public ReadOnly Property NumLevels As Integer
[C#]
public int NumLevels {get;}
[C++]
HRESULT get_NumLevels(
  long* pNumLevels
);
[C++]

Parameters pNumLevels [out, retval] pNumLevels is a parameter of type long

Product Availability

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

See Also

IMapCooker Interface