Go to ET GeoWizards 12.x User Guide

Partition Polygons with Polylines

Go to ToolBox Implementation

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

Inputs:

Outputs:

Notes: 

ToolBox implementation
(Go to TOP)

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

Copyright © Ianko Tchoukanski