Open Table of Contents

ET GeoWizards Scripting

DissolvePolygons
(Go to the main page of the function)

Dissolves (aggregates) polygons based on user specified attributes. The resulting polygon data set does not contain multi-part polygons

Syntax    

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

The DissolvePolygons  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)
disFields() Required. A String Array containing the names of the fields to be used for dissolving

Example