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


IRasterLODInfos.NumLevels Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterLODInfos.NumLevels Property

The number of levels of details.

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

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

Product Availability

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

See Also

IRasterLODInfos Interface