Open Table of Contents

ET GeoWizards Scripting

Polygon To Polyline
(Go to the main page of the function)

Converts a polygon data set to a polyline feature class.

Syntax    

Dim ET As  New ETGW_Core
Set variable = ET.PolygonToPolyline(pInFeatureClass, sOutFileName)

The PolygonToPolyline method syntax has the following object qualifier and arguments:

Part Description
variable An IFeatureClass object
pInFeatureClass Required. An IFeatureClass object (Must be a Polygon feature class)
sOutFileName Required. A String - the full name of the output feature class (A feature class with the same full name should not exist)

Example