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


IRasterDataset3.FirstPyramidLevel Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterDataset3.FirstPyramidLevel Property

The first available pyramid level.

[Visual Basic .NET]
Public ReadOnly Property FirstPyramidLevel As Integer
[C#]
public int FirstPyramidLevel {get;}
[C++]
HRESULT get_FirstPyramidLevel(
  System.Int32* firstLevel
);
[C++]

Parameters firstLevel [out, retval]
firstLevel is a parameter of type long*

Product Availability

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

See Also

IRasterDataset3 Interface