ArcGIS Pro 3.7 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 Sub SetResamplingHint( _
       ByVal hint As RasterResamplingHint _
    ) 
    public void SetResamplingHint( 
       RasterResamplingHint hint
    )

    Parameters

    hint
    The RasterResamplingHint to set.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also