Raster.UndefinedValue Property
Gets or sets the value used to represent undefined values in the Raster.
Syntax
public UndefinedValue UndefinedValue { get; set; }
Property Value
Default: null
The value used to represent undefined values or a null reference if the raster does not have undefined values.
Remarks
Setting this property to a UndefinedIntValue in a float raster or to a UndefinedFloatValue in an integer or color raster will raise an exception.
Platforms
Windows, Linux, Android