ArcGIS Pro 2.9 API Reference Guide
GetPixelType Method (PixelBlock)

ArcGIS.Core.Data.Raster Namespace > PixelBlock Class : GetPixelType Method
Index of a plane from this pixel block
Gets the RasterPixelType of this pixel block. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public RasterPixelType GetPixelType( 
   int plane
)
Public Function GetPixelType( _
   ByVal plane As Integer _
) As RasterPixelType

Parameters

plane
Index of a plane from this pixel block

Return Value

The RasterPixelType of this pixel block.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PixelBlock Class
PixelBlock Members