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


IOverviewTileParameters.Levels Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IOverviewTileParameters.Levels Property

The number of levels of overview tiles created.

[Visual Basic .NET]
Public Property Levels As Integer
[C#]
public int Levels {get; set;}
[C++]
HRESULT get_Levels(
  long pLevels
);
[C++]
HRESULT put_Levels(
  System.Int32* pLevels
);
[C++]

Parameters pLevels [in]
pLevels is a parameter of type long pLevels [out, retval]
pLevels is a parameter of type long*

Product Availability

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

See Also

IOverviewTileParameters Interface