RemapValue
RemapValue returns or sets the value to replace the NoData value specified in the GridMathInput object before the GridMath2 operation. Returns a double.
Syntax
object. RemapValue
object. RemapValue = RemapValue
Parameter |
Type |
Description |
RemapValue |
double |
required, returns or sets the new value for NoData nodes |
Example 1
This example sets the remap value.
'Set the RemapValue to 1000
InGrids(1).RemapValue = 1000
Used by: GridMathInput object