XYZ(C) Grid Export Automation Options
Since the Export Options dialog is not displayed when the program is driven from an automation script, an options string can be specified in the script. The string consists of comma-separated parameters, which specify the behavior of the various export options. A typical example would be:
"Defaults=1, NoBlanks=1"
This example would set the options to the default values, then set the output to exclude NoData (blanked) nodes.
Option |
Values |
Default |
Description |
---|---|---|---|
NoBlanks |
0 = include all nodes 1 = exclude NoData (blanked) nodes |
0 |
Set to 0 to include all grid nodes in the output file. Set to 1 to exclude NoData (blanked) nodes from the output file. |