Go to ET GeoWizards 12.x User Guide

Remove Exact Duplicates

Go to ToolBox Implementation

Removes duplicates with exactly the same shape from a Point, Polyline or Polygon dataset.

Inputs:

Outputs:

Notes:

ToolBox implementation
(Go to TOP)

Command line syntax

ET_GPRemoveDuplicates<input_dataset> <Reference_dataset> <out_feature_class> 

Parameters

Expression Explanation
<input_dataset> A  Point, Polyline or Polygon feature class or feature layer
{Reference_dataset} A Polyline or Polygon feature class or feature class.
NOTE: The shape type of {Reference_dataset} and the <input_dataset> must be  the same.
<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_GPRemoveDuplicates (input_dataset, Reference_dataset, out_feature_ class)

See the explanations above:
<> - required parameter
{} - optional parameter

Copyright © Ianko Tchoukanski