Open Table of Contents

ET GeoWizards Toolbox

Partition Polygons
(Go to the main page of the function)

Partitions (splits) a polygon dataset with the polylines of a polyline dataset.

Command line syntax

ET_GPPartitionPolygons <input_dataset> <split_polylines> <out_feature class>

Parameters

Expression Explanation
<input_dataset> A  Polygon feature class or feature layer
<split_polylines> A Polyline feature class or feature class.
NOTE: The spatial references of <input_dataset> and the <split_polylines> 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_GPPartitionPolygons (first_dataset, second_dataset, out_feature_ class)

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