ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterResamplingHint Enumeration

In This Topic
    RasterResamplingHint Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also