ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / PixelBlock Class / GetValue Method
Index of a plane from this pixel block
X offset in the given plane
Y offset in given plane

In This Topic
    GetValue Method (PixelBlock)
    In This Topic
    Gets the pixel value for the given plane, column and row from this pixel block. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public object GetValue( 
       int plane,
       int x,
       int y
    )
    Public Function GetValue( _
       ByVal plane As Integer, _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) As Object

    Parameters

    plane
    Index of a plane from this pixel block
    x
    X offset in the given plane
    y
    Y offset in given plane

    Return Value

    An object representing the pixel value for the given pixel.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also