ET GeoWizards Scripting
Split Polyline Basic
(Go to the main page of the
function)
Splits the features of a polyline layer using several methods
Syntax
Dim ET As New ETGW_Core
Set variable = ET.SplitPolylineBasic(pInFeatureClass, sOutFileName, sOption,
dTol,sMessage)
The SplitPolylineBasic 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) |
| sOption | Required. A String - the
split option to
be used. The available options are (Case
sensitive):
|
| dTol | Required. A
Double representing depending on the option selected:
|
| sMessage | Optional. In a case of failure - description of the cause. If the functions completes with success an empty string will be returned. |