ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / Raster Class / SetResamplingHint Method
The RasterResamplingHint to set.

In This Topic
    SetResamplingHint Method
    In This Topic
    Sets the RasterResamplingHint for this raster.
    Syntax
    public void SetResamplingHint( 
       RasterResamplingHint hint
    )
    Public Sub SetResamplingHint( _
       ByVal hint As RasterResamplingHint _
    ) 

    Parameters

    hint
    The RasterResamplingHint to set.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also