ArcObjects Library Reference (GeoDatabase)  

IRasterDataset3.MaximumPyramidLevel Property

The maximum available pyramid level.

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

Parameters

maxLevel [out, retval]   maxLevel is a parameter of type long

Product Availability

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

See Also

IRasterDataset3 Interface