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


IOverviewTileParameters.Levels Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IOverviewTileParameters Interface > IOverviewTileParameters.Levels Property
ArcGIS Developer Help

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