Go to ET GeoWizards 12.x User Guide

Field Mark Duplicates

Go to ToolBox Implementation Go to .NET Implementation

Marks record with the same attribute value in the user specified field.

Inputs:

Outputs:

ToolBox implementation
(Go to TOP)

Command line syntax

ET_GPFieldMarkDuplicates<input_dataset><in_field><mark_option>

Parameters

Expression Explanation
<input_dataset> A feature class or feature layer
<in_field>  
<mark_option> A String - "ID" or "Count".

Scripting syntax

ET_GPFieldMarkDuplicates(input_dataset, in_field, mark_option)

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

.NET implementation
(Go to TOP)

DeleteMultipleFields(pInFC As IFeatureClass, sInField as string, bID as Boolean) As Boolean

Copyright © Ianko Tchoukanski