RasterConversionOperator.ChangeUndefinedValue Property
Gets or sets a flag indicating if the undefined value of the rasters should be changed.
Syntax
public ChangeUndefinedValueType ChangeUndefinedValue { get; set; }
Property Value
Default: No
OnlyProperty if the undefined property value should changed; PropertyAndCellValues to update cell contents; otherwise, No.
Remarks
If this property is set to OnlyProperty, the undefined value property of the output rasters will be set to the value of NewUndefinedValue. If NewUndefinedValue is null, the undefined value of the rasters will be cleared.
If set to PropertyAndCellValues, all cells containing the previous undefined value will be updated to contain the new undefined value.
Platforms
Windows, Linux, Android