ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / PixelBlock Class / Clear Method
The plane to clear.

In This Topic
    Clear Method (PixelBlock)
    In This Topic
    Sets all values in the given plane to NoData. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void Clear( 
       int plane
    )
    Public Sub Clear( _
       ByVal plane As Integer _
    ) 

    Parameters

    plane
    The plane to clear.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also