The following tables list the members exposed by SimplifyLine.
Public Constructors
Public Properties
| Name | Description |
| algorithm | Specifies the line simplification algorithm. (In, Required) |
| Alias | The alias for this tool's toolbox. |
| collapsed_point_option | Specifies whether to keep collapsed zero-length lines as points if any are found in the process. This option applies only when NO_CHECK is specified or when both FLAG_ERRORS and CHECK options are specified.
(In, Optional) |
| error_checking_option | Specifies how the topological errors (possibly introduced in the process, including line crossing, line overlapping, and collapsed zero-length lines) will be handled.
(In, Optional) |
| error_resolving_option | Specifies how the topological errors (possibly introduced in the process, including line crossing, line overlapping, and collapsed zero-length lines) will be handled. This parameter will be in effect when the error_checking_option is CHECK (the default).
(In, Optional) |
| in_features | The line features to be simplified. (In, Required) |
| out_feature_class | The output line feature class to be created. (Out, Required) |
| out_point_feature_class | Output Point Feature Class (out, Optional) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| tolerance | The tolerance that determines the degree of simplification. A tolerance must be specified, and it must be greater than zero. You can choose a preferred unit; the default is the feature unit. (In, Required) |
| 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