Open Table of Contents

ET GeoWizards Scripting

Clean Polygon
(Go to the main page of the function)

Ensures topological correctness of a polygon feature data set.

Syntax    

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

The CleanPolygon 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)
fTol Required. A Double representing  the Fuzzy tolerance (in the units of the input dataset) to be used

Example