For a list of all members of this type, see SimplifyPolygon members.
Public Properties
| Name | Description |
| algorithm | Specifies the polygon simplification algorithm. (In, Required) |
| Alias | The alias for this tool's toolbox. |
| collapsed_point_option | Specifies whether to keep collapsed zero-area polygons as points if any are found in the process. This option applies only when NO_CHECK or FLAG_ERRORS is specified.
(In, Optional) |
| error_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) |
| in_features | The polygon features to be simplified. (In, Required) |
| minimum_area | Sets the minimum area for a simplified polygon to be retained. The default value is zero, that is, to keep all polygons. You can choose a preferred unit for the specified value; the default is the feature unit. (In, Optional) |
| out_feature_class | The output polygon 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