Label | Explanation | Data Type |
Input Features | The 3D point, multipoint, polyline, or polygon feature class that will be exported to an ASCII file. | Feature Layer |
Output Location | The folder to which output files will be written. | Folder |
Output Text File | The name of the resulting ASCII file. If a line or polygon feature class is exported to XYZ format, the file name is used as a base name. Each feature will have a unique file output, since the XYZ format only supports one line or polygon per file. Multipart features will also have each part written to a separate file. The file name will be appended with the OID of each feature, as well as any additional characters needed to make each file name unique. | String |
ASCII Format (Optional) | Specifies the format of the ASCII file being created.
| String |
Delimiter
(Optional) | Specifies the delimiter that will indicate the separation of entries in the columns of the text file table.
| String |
Decimal Notation (Optional) | Specifies the method that will determine the number of significant digits stored in the output files.
| String |
Digits after Decimal (Optional) | The number of digits written after the decimal for floating-point values written to the output files. This parameter is used when the Decimal Notation parameter is set to Specified Number (decimal_format=FIXED in Python). | Long |
Decimal Separator (Optional) | Specifies the decimal character that will differentiate the integer of a number from its fractional part.
| String |
Derived Output
Label | Explanation | Data Type |
Updated Folder | The folder to which output files will be written. | Folder; File |