ArcGIS Pro 2.6 API Reference Guide
SetPyramidLevel Method

ArcGIS.Core.Data.Raster Namespace > RasterStorageDef Class : SetPyramidLevel Method
The number of pyramid levels to set.
Sets the number of pyramid levels to be built on this raster storage definition.
Syntax
public void SetPyramidLevel( 
   int level
)
Public Sub SetPyramidLevel( _
   ByVal level As Integer _
) 

Parameters

level
The number of pyramid levels to set.
Remarks
If you want the geodatabase to build full pyramid levels with appropriate levels, use a value of –1. If you do not want any pyramids to be built, use 0, or you can specify the level you see fit your dataset. By default, the geodatabase builds full pyramid levels.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RasterStorageDef Class
RasterStorageDef Members