ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterStorageDef Class / GetPyramidResampleType Method

In This Topic
    GetPyramidResampleType Method
    In This Topic
    Gets the ArcGIS.Core.CIM.RasterResamplingType to use to build pyramids from this raster storage definition.
    Syntax
    public RasterResamplingType GetPyramidResampleType()
    Public Function GetPyramidResampleType() As RasterResamplingType

    Return Value

    The ArcGIS.Core.CIM.RasterResamplingType to use to build pyramids from this raster storage definiton.
    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