The following tables list the members exposed by Ascii3DToFeatureClass.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| average_point_spacing | The average planimetric distance between points of the input. This parameter is only used when the output geometry type is set to MULTIPOINT. Its used as a means to bin, or group, the points together. Specify the spacing in the horizontal units of the target feature class. (In, Optional) |
| decimal_separator | The character used to represent a decimal for floating point numbers in the input file(s). The default is decimal point. (In, Optional) |
| file_suffix | The suffix of the files to import when a folder is specified on input. (In, Optional) |
| in_file_type | The format of the input file(s). (In, Required) |
| input | One or more input files or folders with data in ASCII XYZ or XYZI (with lidar intensity) or 3-D GENERATE format. If a folder is specified all the files inside the folder named with the same extension as the file suffix parameter will be used. If multiple files are involved they need to be in the same format. (In, Required) |
| input_coordinate_system | The coordinate system of the input data. (In, Optional) |
| out_feature_class | The output feature class. (Out, Required) |
| out_geometry_type | The geometry type of the output feature class. (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. |
| z_factor | The Z Factor is a multiplier applied to the input z values to convert between units such as feet to meters and to convert between signs (e.g. positive depths into negative heights relative to sea level). Use a negative factor to reverse signs. The default is 1.0, or no change. (In, Optional) |
Top
See Also