ArcGIS Pro 2.9 API Reference Guide
SetPixelData Method

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.
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

Reference

PixelBlock Class
PixelBlock Members