ArcGIS Pro 2.9 API Reference Guide
Clear Method (PixelBlock)

ArcGIS.Core.Data.Raster Namespace > PixelBlock Class : Clear Method
The plane to clear.
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, Windows 8.1

See Also

Reference

PixelBlock Class
PixelBlock Members