ET GeoWizards Toolbox
Split Polylines
(Go to the main page of the
function)
Splits a polyline layer with the features of a Point, Polyline or Polygon layer.
Command line syntax
ET_GPSplitPolylines <input_dataset>
<Split_dataset> <out_feature class> {search_tolerance}
Parameters
Expression | Explanation |
---|---|
<input_dataset> | A Polyline feature class or feature layer |
<Split_dataset> | A Point, 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) |
{search_tolerance} | A Double representing the Search tolerance (in the units of the input dataset) to be used. Ignored if the split feature class is of Polyline or Polygon type |
Scripting syntax
ET_GPSplitPolylines (input_dataset, Split_dataset, out_feature class, search_tolerance)
See the explanations above:
<> - required parameter
{} - optional parameter