Open Table of Contents

ET GeoWizards Toolbox

Point Intersection
(Go to the main page of the function)

Creates a point feature class with the intersection points of two polyline datasets or a polyline dataset and the boundaries of the polygons from a polygon dataset.

Command line syntax

ET_GPPointIntersection <input_dataset> <erase_dataset> <out_feature class> 

Parameters

Expression Explanation
<input_dataset> A  Polyline feature class or feature layer
<second_dataset> A Polyline or Polygon feature class or feature class.
NOTE: The spatial references of <second_dataset> and the <input_dataset> must have the same Geographic Coordinate System
<out_feature class> A String - the full name of the output feature class (A feature class with the same full name should not exist)

Scripting syntax

ET_GPPointIntersection (input_dataset, second_dataset, out_feature class)

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