ArcGIS Pro 2.9 API Reference Guide
SetNoDataMask Method

ArcGIS.Core.Data.Raster Namespace > PixelBlock Class : SetNoDataMask Method
Index of a plane from this pixel block
An array representing the NoData mask for this plane.
Sets the NoData mask for the given plane from this pixel block. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetNoDataMask( 
   int plane,
   Array noData
)
Public Sub SetNoDataMask( _
   ByVal plane As Integer, _
   ByVal noData As Array _
) 

Parameters

plane
Index of a plane from this pixel block
noData
An array representing the NoData mask for this plane.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PixelBlock Class
PixelBlock Members