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


IRasterPyramid2.PyramidLevel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterPyramid2 Interface > IRasterPyramid2.PyramidLevel Property
ArcGIS Developer Help

IRasterPyramid2.PyramidLevel Property

The pyramid level.

[Visual Basic .NET]
Public ReadOnly Property PyramidLevel As Integer
[C#]
public int PyramidLevel {get;}
[C++]
HRESULT get_PyramidLevel(
  System.Int32* Level
);
[C++]
Parameters
Level [out, retval]

Level is a parameter of type long*

Product Availability

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

See Also

IRasterPyramid2 Interface