HdrDataSet.AllowNegativeValues Property
Gets or sets a flag indicating if negative raster values should be replaced by 0.
Syntax
public System.Boolean AllowNegativeValues { get; set; }
Property Value
Default: true
True if negative values are allowed; False if negative values should be replaced by 0.
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.
Platforms
Windows, Linux, Android