ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterStorageDef Class / SetPyramidLevel Method
The number of pyramid levels to set.

In This Topic
    SetPyramidLevel Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also