ArcObjects Library Reference (DataSourcesRaster)  

IPixelReader.MaximumPyramidLevel Property

The maximum available source pyramid level.

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

Parameters

pMaxLevel [out, retval]   pMaxLevel is a parameter of type long

Product Availability

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

See Also

IPixelReader Interface