The following tables list the members exposed by FeatureClassZToASCII.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| decimal_format | The decimal format of the output floating point values. AUTOMATIC determines how many digits are needed to preserve available precision while removing unnecessary trailing zeros. FIXED will write a specific number of digits after the decimal. The default is 3. This can be changed via the digits_after_decimal parameter. (In, Optional) |
| decimal_separator | The ASCII file separator. The default is DECIMAL_POINT. (In, Optional) |
| delimiter | The text character used to separate numbers. (In, Optional) |
| derived_output | Output (out, Optional) |
| digits_after_decimal | Used when the decimal_format is set to FIXED, this determines how many digits after the decimal are written for the floating point values written to the output file(s). (In, Optional) |
| format | ASCII text formats for 3D feature data. These include GENERATE, XYZ, and PROFILE. (In, Optional) |
| in_feature_class | The feature class to export. (In, Required) |
| out_file | The output file name. The file name is used as a template when exporting a feature class containing multiple lines or polygons to XYZ format. (In, Required) |
| output_location | The folder where the file(s) will be written. (In, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also