ESRI.ArcGIS.CartographyTools | |
SmoothLine Class Members | |
See Also Properties Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers |
ESRI.ArcGIS.CartographyTools Namespace : SmoothLine Class |
The following tables list the members exposed by SmoothLine.
Name | Description | |
---|---|---|
SmoothLine Constructor | Overloaded. Constructor that takes all required parameters for geoprocessor execution. |
Name | Description | |
---|---|---|
algorithm | Specifies the smoothing algorithm. (In, Required) | |
Alias | The alias for this tool's toolbox. | |
endpoint_option | Specifies whether to preserve the endpoints for closed lines. This option works with the PAEK algorithm only. (In, Optional) | |
error_option | Specifies how the topological errors (possibly introduced in the process, such as line crossing) will be handled. (In, Optional) | |
in_features | The line features to be smoothed. (In, Required) | |
out_feature_class | The output feature class to be created. (Out, Required) | |
ParameterInfo | The parameters used by this tool. For internal use only. | |
tolerance | Sets a tolerance used by the PAEK algorithm. A tolerance must be specified, and it must be greater than zero. You can choose a preferred unit; the default is the feature unit. You must enter a 0 as a placeholder when using the BEZIER_INTERPOLATION smoothing algorithm. (In, Required) | |
ToolboxDirectory | The directory of this tool's toolbox. | |
ToolboxName | The name of this tool's toolbox. | |
ToolName | The name of this tool. |