ArcObjects Library Reference (DataSourcesRaster)  

IPixelReader.FirstPyramidLevel Property

The first available source pyramid level.

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

Parameters

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

Product Availability

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

See Also

IPixelReader Interface