Go to ET GeoWizards 12.x User Guide

Clean Point

Removes the duplicate points from a point feature data set.

Inputs:

Outputs:

ToolBox implementation
(Go to TOP)

Command line syntax

ET_GPCleanPoints <input_dataset> <out_feature class> <duplicates_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)
{duplicates_feature_class} A String - the full name of the output feature class that identifies the points removed as duplicates. (A feature class with the same full name should not exist)

Scripting syntax

ET_GPCleanPoints (input_dataset, out_feature class, duplicates_feature_class)

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

Copyright © Ianko Tchoukanski