ET GeoWizards Scripting
SmoothPolylines
(Go to the main page of the
function)
Smoothes the features of a polyline layer using three different smoothing algorithms.
Syntax
Dim ET As New ETGW_Core
Set variable = ET.SmoothPolylines(pInFeatureClass, sOutFileName,
sSmoothMethod, iPar1, iPar2, sMessage)
The SmoothPolylines method syntax has the following object qualifier and arguments:
| Part | Description |
|---|---|
| variable | An IFeatureClass object |
| pInFeatureClass | Required. An IFeatureClass object (Must be a Polyline feature class) |
| sOutFileName | Required. A String - the full name of the output feature class (A feature class with the same full name should not exist) |
| sSmoothMethod | Required. A String - the smooth
method to
be used. The available options are (Case
sensitive):
Please read the Smooth Polyline Wizard topic for detailed description of the methods |
| iPar1 | Required. An Integer representing the smoothness of the resulting polylines (used in the three smoothing methods). Allowed values are between 2 and 20 |
| iPar2 | Required. An Integer representing:
|
| sMessage |