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