ChangeUndefinedValueType Enumeration
Specifies how the RasterConversionOperator handles undefined values.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public enum ChangeUndefinedValueType
Values
Value name | Value | Description |
---|---|---|
No | 0 | The operator shall not modify the undefined value. |
OnlyProperty | 1 | The operator shall only change the undefined value property. |
PropertyAndCellValues | 2 | The operator shall both update the undefined value property as well as modify all the cells containing the previous undefined value to contain the new value. |
Remarks
For more details, see RasterConversionOperator.ChangeUndefinedValue.
Platforms
Windows, Linux, Android