ArcGIS Pro 3.2 API Reference Guide
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.

In This Topic
    SetNoDataMask Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also