← Back to carmenta.com
Carmenta Engine SDK Documentation
×
Reference Manual

DemDataSet.UndefinedValue Property

Gets or sets the undefined raster cell value.

Thread safety: This property is not thread-safe. Show

Syntax

C#
public UndefinedIntValue UndefinedValue { get; set; }

Property Value

Type: UndefinedIntValue
Default: null
A raster cell 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

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept