Open Table of Contents

ET GeoWizards Toolbox

Densify Polylines

(Go to the main page of the function)

Densifies ( adds vertices to  polyline at a user-specified tolerance ) the features of a polyline layer.

Command line syntax

ET_GPDensify <input_dataset> <out_feature class> <max_segment_length> <deviation_value>

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)
<max_segment_length> A Double representing  the Maximum segment length
<deviation_value> A Double representing  the Deviation value (Has no impact if there are no curve segments in the polylines - in most of the cases can be set to 0)

Scripting syntax

ET_GPDensify (input_dataset, out_feature class, max_segment_length, deviation_value)

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