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

In This Topic
    SetResamplingType Method
    In This Topic
    Sets the ArcGIS.Core.CIM.RasterResamplingType for this raster.
    Syntax
    public void SetResamplingType( 
       RasterResamplingType type
    )
    Public Sub SetResamplingType( _
       ByVal type As RasterResamplingType _
    ) 

    Parameters

    type
    The ArcGIS.Core.CIM.RasterResamplingType to set.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also