ArcGIS Pro 2.9 API Reference Guide
HasNoData Method

ArcGIS.Core.Data.Raster Namespace > PixelBlock Class : HasNoData Method
Index of a plane from this pixel block
Gets a value indicating whether the given plane from this pixel block has any NoData pixels. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool HasNoData( 
   int plane
)
Public Function HasNoData( _
   ByVal plane As Integer _
) As Boolean

Parameters

plane
Index of a plane from this pixel block

Return Value

A boolean value that is true if this plane has any NoData pixels; otherwise, false.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PixelBlock Class
PixelBlock Members