ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterStorageDef Class / SetPyramidResampleType Method
The ArcGIS.Core.CIM.RasterResamplingType to set.

In This Topic
    SetPyramidResampleType Method
    In This Topic
    Sets the ArcGIS.Core.CIM.RasterResamplingType to use to build pyramids on this raster storage definition.
    Syntax
    public void SetPyramidResampleType( 
       RasterResamplingType resampling
    )
    Public Sub SetPyramidResampleType( _
       ByVal resampling As RasterResamplingType _
    ) 

    Parameters

    resampling
    The ArcGIS.Core.CIM.RasterResamplingType to set.
    Remarks
    For categorical data, nearest neighbor resampling is best, while for continuous data, bilinear interpolation or cubic convolution are appropriate. By default, the nearest neighbor resampling method is used.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also