Show / Hide Table of Contents

Property MaximumLevelCount

MaximumLevelCount

Gets or sets the maximum number of pyramid levels to create.

Declaration
public int MaximumLevelCount { get; set; }
Property Value
Type Description
int

The maximum number of pyramid levels to create.

Remarks

The default value is 0, which builds the full set of pyramid levels for the raster.

A value greater than 0 builds up to that number of pyramid levels, but no more than the full set of levels available for the raster.

Negative values are not supported. If this value is negative, BuildPyramids(BuildRasterPyramidsParameters) throws an exception. Use DeletePyramids() to delete pyramids stored in a pyramid file (.ovr).

Applies to

Platforms and versions
TargetVersions
.NET300.1
.NET Windows300.1
.NET Android300.1
.NET iOS300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.