ET GeoWizards Toolbox
Polyline To Points
(Go to the main page of the
function)
Converts a polyline data set to a point feature class.
Command line syntax
ET_GPPolylineToPoints <input_dataset> <out_feature class> <Vertex | Middle | Node> {remove_duplicates}
Parameters
| Part | Description |
|---|---|
| <input_dataset> | A Polyline feature class or feature layer |
| <out_feature class> | A String - the full name of the output feature class (A feature class with the same full name should not exist) |
| <Vertex | Middle | Node> | Convert
Option. A String - the export option to
be used. The available options are (Case
sensitive):
|
| {remove_duplicates} | A Boolean used only with Convert Option = "Vertex" and Convert Option = "Node". If True the duplicate points representing coincident nodes will be removed. |
Scripting syntax
ET_GPPolylineToPoints (input_dataset, out_feature class, convert_option, remove_duplicates)
See the explanations above:
<> - required parameter
{} - optional parameter