ArcGIS Pro 2.6 API Reference Guide
RasterResamplingHint Enumeration

ArcGIS.Core.Data.Raster Namespace : RasterResamplingHint Enumeration
The raster resampling hints for selecting pyramid level.
Syntax
Members
MemberDescription
Closest Performs raster resampling using the closest pyramid.
Downsampling Performs raster resampling favoring downsampling.
Finest Performs raster resampling using the finest pyramid level.
Upsampling Performs raster resampling favoring upsampling.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.Raster.RasterResamplingHint

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data.Raster Namespace