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


IRasterDataset3.FirstPyramidLevel Property (ArcObjects .NET 10.5 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(
  long* 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