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
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |