ET GeoWizards Toolbox
Clean Polygons
(Go to the main page of the
function)
Ensures topological correctness of a polygon feature data set.
Command line syntax
ET_GPCleanPolygon <input_dataset> <out_feature class> <fuzzy_tolerance>
Parameters
Expression | Explanation |
---|---|
<input_dataset> | A Polygon feature class or feature layer |
<out_feature class> | A String - the full name of the output feature class (A feature class with the same full name should not exist) |
{fuzzy_tolerance} | A Double setting the Fuzzy tolerance (in the units of the input dataset) to be used if the {clean_polylines} is True. If {clean_polylines}is False this parameter is ignored |
Scripting syntax
ET_GPCleanPolygon (input_dataset, out_feature class, fuzzy_tolerance)
See the explanations above:
<> - required parameter
{} - optional parameter