ArcGIS Pro 2.6 API Reference Guide
GetPyramidResampleType Method

ArcGIS.Core.Data.Raster Namespace > RasterStorageDef Class : GetPyramidResampleType Method
Gets the ArcGIS.Core.CIM.RasterResamplingType to use to build pyramids from this raster storage definition.
Syntax
public RasterResamplingType GetPyramidResampleType()
Public Function GetPyramidResampleType() As RasterResamplingType

Return Value

The ArcGIS.Core.CIM.RasterResamplingType to use to build pyramids from this raster storage definiton.
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