Open Table of Contents

ET GeoWizards Toolbox

Clean Pseudo Nodes
(Dissolve Polylines)
(Go to the main page of the function)

Combines polylines, which share a pseudo node, based on user specified attributes. The resulting polyline data set does not contain multi-part polylines. The topology of the data set is preserved. The function works like the UNSPLIT command of ArcEdit.

Command line syntax

ET_GPCleanPseudo <input_dataset> <out_feature class> {dissolve_field}

Parameters

Expression Explanation
<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)
{dissolve_field} A String - the name of the field to be used for dissolving. If not specified - all pseudo nodes will be removed 

Scripting syntax

ET_GPCleanPseudo (input_dataset, out_feature class, dissolve_field)

See the explanations above:
<> - required parameter
{} - optional parameter