ArcObjects Library Reference (DataSourcesRaster)  

IRasterPyramid2.PyramidLevel Property

The pyramid level.

[Visual Basic .NET]
Public ReadOnly Property PyramidLevel As Integer
[C#]
public int PyramidLevel {get;}
[C++]
HRESULT get_PyramidLevel(
  long* 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