ESRI.ArcGIS.DataManagementTools | |
FindIdentical Class Properties | |
See Also Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers |
ESRI.ArcGIS.DataManagementTools Namespace : FindIdentical Class |
For a list of all members of this type, see FindIdentical members.
Name | Description | |
---|---|---|
Alias | The alias for this tool's toolbox. | |
fields | The field(s) whose values will be compared to find identical records. (In, Required) | |
in_dataset | The table or feature class for which identical records will be found. (In, Required) | |
out_dataset | The output table reporting any identical records. This table will have the same number of records as the input dataset and will contain two fields: IN_FID and FEAT_SEQ. Identical records have the same FEAT_SEQ value. (Out, Required) | |
ParameterInfo | The parameters used by this tool. For internal use only. | |
ToolboxDirectory | The directory of this tool's toolbox. | |
ToolboxName | The name of this tool's toolbox. | |
ToolName | The name of this tool. | |
xy_tolerance | The xy tolerance which will be applied to each vertex when evaluating if there is an identical vertex in another feature. This parameter is enabled only when 'Shape' is selected as one of the fields. (In, Optional) | |
z_tolerance | The z tolerance which will be applied to each vertex when evaluating if there is an identical vertex in another feature. This parameter is enabled only when 'Shape' is selected as one of the fields. (In, Optional) |