Polygons to Polylines
Converts input polygon feature class to a new polyline feature class.
Parameter |
Comments |
Input features |
Input polygon features that will be converted to output polyline feature class. |
Output feature
class |
The new output polyline feature class that will be converted from input polygons. |
Split adjacent
polylines |
You can split adjacent polylines resulting from the adjacent polygons. • CREATE_ONE - creating only one of adjacent polylines - FIDs of the left-side and right-side polygons will be written to the attribute table. • CREATE_TWO - creating two adjacent polylines, at that attributes will be duplicated. • NONE - don’t split adjacent polylines. |
ID field |
Name of the new field with ID's of the source polygon features that will be added to the attribute table of the output feature class. |
Note:
This XTools Pro geoprocessing tool is identical to the XTools Pro Polygons to Polylines tool.