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(
  long pLevels
);
[C++]

Parameters

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

Product Availability

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

See Also

IOverviewTileParameters Interface