This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelReader Interface > IPixelReader.PyramidLevel Property (ArcObjects .NET 10.5 SDK) |
The current source pyramid level.
[Visual Basic .NET] Public Property PyramidLevel As Integer
[C#] public int PyramidLevel {get; set;}
[C++]
HRESULT get_PyramidLevel(
long* pLevel
);
[C++]
HRESULT put_PyramidLevel(
long pLevel
);
[C++]
Parameters pLevel [out, retval] pLevel is a parameter of type long pLevel [in] pLevel is a parameter of type long