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


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

IRasterInfo.FirstPyramidLevel Property

The first pyramid level.

[Visual Basic .NET]
Public Property FirstPyramidLevel As Integer
[C#]
public int FirstPyramidLevel {get; set;}
[C++]
HRESULT get_FirstPyramidLevel(
  System.Int32* pLevel
);
[C++]
HRESULT put_FirstPyramidLevel(
  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