BlankHandling
BlankHandling returns or sets the method used to treat NoData values in the output grid file when the input grid file contains a NoData value. Returns a double.
Syntax
object.BlankHandling
object.BlankHandling = BlankHandling
Parameter |
Type |
Description |
BlankHandling |
required, sets the output NoData method |
Example
This example sets the BlankHandling method for the first InGrids grid file.
'The first input grid will remap the NoData value
InGrids(1).BlankHandling = srfGMBlankRemap
Used by: GridMathInput object