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


ISimplePixelReader.FirstPyramidLevel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISimplePixelReader Interface > ISimplePixelReader.FirstPyramidLevel Property
ArcGIS Developer Help

ISimplePixelReader.FirstPyramidLevel Property

The first available source pyramid level.

[Visual Basic .NET]
Public WriteOnly Property FirstPyramidLevel_2
[C#]
public void FirstPyramidLevel_2 {set;}
[C++]
HRESULT put_FirstPyramidLevel(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

See Also

ISimplePixelReader Interface