DtedDataSet.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.
Remarks
This property should be included in the hash in the index files names, but isn't. If you change this property, you may need to manually remove existing raster cache files for the change to take effect.
Platforms
Windows, Linux, Android