Exports a Frame Set to an ASCII-formatted file.
0 |
File Path or Embedded File |
ASCII File Path |
The path to the file to save. |
1 |
Collection Object Name |
Frame Set Container |
The Frame Set to be exported |
2 |
Export Delimeter Spec |
Data Delimeter |
A character separating data values. (Space or Comma). |
3 |
File Format |
File Format |
Format to be used in the Ascii file |
4 |
Boolean |
Include Export Format Info? |
Create a header with the format information? |
5 |
Integer |
Decimal Precision |
Decimal precision to use in the resulting file |
6 |
Boolean |
Append? |
Specify whether to add the ASCII data to an exist- ing file, if it exists. |
None.
SUCCESS |
The file was successfully exported. |
FAILURE |
The export file could not be written, or frame select could be found. |
This command supports both absolute paths (ex. C:\test.xit) and relative paths (ex. .\test.xit). If Argu- ment 6 is set to FALSE, the specified file will not be written if it already exists.