Grid Exchange GXF 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 import options. A typical example would be:
" Compression=5,SigFigs=1"
This would indicate that the file should be exported with maximum compression and Z values should include one significant digit.
Option |
Action |
Default |
Compression |
Specifies the number of base-90 digits to use for compression: 0 = no compression, max = 5 |
0 |
SigFigs |
Number of significant figures used when outputting ASCII floating point numerals. |
14 |