ShadeOperator.OutputUndefinedValues Property
Gets or sets a value indicating if the operator should output undefined values where the input is undefined.
Syntax
public System.Boolean OutputUndefinedValues { get; set; }
Property Value
Default: false
True if the operator should keep undefined values; False if undefined values should be treated as level.
Remarks
If this property is True, all undefined values in the input raster will be undefined in the output raster as well. In the output raster, the value 255 will be used as the undefined value. If OutputBitDepth is 8, only values 0 - 254 will be used for the color table.
If this property is False, the operator will treat undefined values in the input as if the ground is level. No undefined values will exist in the output raster.
Platforms
Windows, Linux, Android