ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / PixelBlock Class / HasNoData Method
Index of a plane from this pixel block

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

    ArcGIS Pro version: 3 or higher.
    See Also