ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / PixelBlock Class / GetPixelType Method
Index of a plane from this pixel block

In This Topic
    GetPixelType Method (PixelBlock)
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also