Open Table of Contents

ET GeoWizards ToolBox

Split Polyline Basic
(Go to the main page of the function)

Splits the features of a polyline layer using several methods

Command line syntax

ET_GPLinesFromPointDirDist <input_dataset> <out_feature class> <NumberIntervals | NumberVertices | SegmentLength | EqualLength | Vertex> <split_tolerance> 

Parameters

Expression Explanation
<input_dataset> A Polyline or Polygon 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)
<NumberIntervals | NumberVertices | SegmentLength | EqualLength | Vertex> A String -  the split option to be used.
<split_tolerance>  Required. A Double representing depending on the option selected: 
  • "Vertex" - not used.
  • "NumberIntervals" - the number of segments
  • "SegmentLength" - the length of the segments
  • "EqualLength" - the length of the segments
  • "NumverVertices"- the number of vertices per segment
 

Scripting syntax

ET_GPLinesFromPointDirDist (input_dataset, out_feature class, split_option, split_tolerance)

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