ET GeoWizards Toolbox
Clean Gaps
(Go to the main page of the
function)
Finds the gaps between polygons and holes within polygons and fills them with new polygons.
Command line syntax
ET_GPCleanGaps <input_dataset> <out_feature class>
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) |
Scripting syntax
ET_GPCleanGaps (input_dataset, out_feature class)
See the explanations above:
<> - required parameter
{} - optional parameter