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


IMapCooker.NumLevels 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.NumLevels Property
ArcGIS Developer Help

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(
  System.Int32* 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