ArcGIS Pro 2.6 API Reference Guide
SetPyramidResampleType Method

ArcGIS.Core.Data.Raster Namespace > RasterStorageDef Class : SetPyramidResampleType Method
The ArcGIS.Core.CIM.RasterResamplingType to set.
Sets the ArcGIS.Core.CIM.RasterResamplingType to use to build pyramids on this raster storage definition.
Syntax
public void SetPyramidResampleType( 
   RasterResamplingType resampling
)
Public Sub SetPyramidResampleType( _
   ByVal resampling As RasterResamplingType _
) 

Parameters

resampling
The ArcGIS.Core.CIM.RasterResamplingType to set.
Remarks
For categorical data, nearest neighbor resampling is best, while for continuous data, bilinear interpolation or cubic convolution are appropriate. By default, the nearest neighbor resampling method is used.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RasterStorageDef Class
RasterStorageDef Members