ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / PixelBlock Class / SetPixelData Method
Index of a plane from this pixel block
The array of pixels to set on this pixel block based on the given plane.

In This Topic
    SetPixelData Method
    In This Topic
    Sets an array of pixels to this pixel block based on the given plane. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetPixelData( 
       int plane,
       Array data
    )
    Public Sub SetPixelData( _
       ByVal plane As Integer, _
       ByVal data As Array _
    ) 

    Parameters

    plane
    Index of a plane from this pixel block
    data
    The array of pixels to set on this pixel block based on the given plane.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also