ArcGIS Pro 2.8 API Reference Guide
SetNoDataValue Method

ArcGIS.Core.Data.Raster Namespace > Raster Class : SetNoDataValue Method
The NoData value to set.
Sets the NoData value of this raster. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetNoDataValue( 
   object value
)
Public Sub SetNoDataValue( _
   ByVal value As Object _
) 

Parameters

value
The NoData value to set.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Raster Class
Raster Members