ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / Raster Class / SetPixelType Method
The RasterPixelType to set.

SetPixelType Method
Sets the RasterPixelType of this raster. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetPixelType( 
   RasterPixelType type
)

Parameters

type
The RasterPixelType to set.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also