ArcGIS Pro 2.8 API Reference Guide
SetPixelType Method

ArcGIS.Core.Data.Raster Namespace > Raster Class : SetPixelType Method
The RasterPixelType to set.
Sets the RasterPixelType of this raster. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetPixelType( 
   RasterPixelType type
)
Public Sub SetPixelType( _
   ByVal type As RasterPixelType _
) 

Parameters

type
The RasterPixelType to set.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Raster Class
Raster Members