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

In This Topic
    SetPixelType Method
    In This Topic
    Sets the RasterPixelType of this raster. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub SetPixelType( _
       ByVal type As RasterPixelType _
    ) 
    public void SetPixelType( 
       RasterPixelType type
    )

    Parameters

    type
    The RasterPixelType to set.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also