DemDataSet.UndefinedValue Property
Gets or sets the undefined raster cell value.
Syntax
public UndefinedIntValue UndefinedValue { get; set; }
Property Value
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Remarks
This property defines which integer cell value in the input data should be treated as undefined. If not set, the value -32767 will be used. Note that the output rasters will always be float rasters; undefined input values will be replaced by the undefined value for the output rasters, FLTMAX.
Platforms
Windows, Linux, Android