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


IRasterInfo.MaximumPyramidLevel Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterInfo.MaximumPyramidLevel Property

The maximum pyramid level.

[Visual Basic .NET]
Public Property MaximumPyramidLevel As Integer
[C#]
public int MaximumPyramidLevel {get; set;}
[C++]
HRESULT get_MaximumPyramidLevel(
  long* pLevel
);
[C++]
HRESULT put_MaximumPyramidLevel(
  long pLevel
);
[C++]

Parameters pLevel [out, retval] pLevel is a parameter of type long pLevel [in] pLevel is a parameter of type long

Product Availability

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

See Also

IRasterInfo Interface

.NET Samples

Create an NDVI custom raster function (Code Files: NDVICustomFunction)