ESRI.ArcGIS.DataManagementTools
FindIdentical Constructor(Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > FindIdentical Class > FindIdentical Constructor : FindIdentical Constructor(Object,Object,Object)




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)
fields
The field(s) whose values will be compared to find identical records. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_dataset As Object, _
   ByVal out_dataset As Object, _
   ByVal fields As Object _
)
Visual Basic (Usage)Copy Code
Dim in_dataset As Object
Dim out_dataset As Object
Dim fields As Object
 
Dim instance As FindIdentical(in_dataset, out_dataset, fields)
C# 
public FindIdentical( 
   object in_dataset,
   object out_dataset,
   object fields
)

Parameters

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)
fields
The field(s) whose values will be compared to find identical records. (In, Required)

See Also

© 2010 All Rights Reserved.