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




in_dataset
The table or feature class which will have its identical records deleted. (In, 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 fields As Object _
)
Visual Basic (Usage)Copy Code
Dim in_dataset As Object
Dim fields As Object
 
Dim instance As DeleteIdentical(in_dataset, fields)
C# 
public DeleteIdentical( 
   object in_dataset,
   object fields
)

Parameters

in_dataset
The table or feature class which will have its identical records deleted. (In, Required)
fields
The field(s) whose values will be compared to find identical records. (In, Required)

See Also

© 2010 All Rights Reserved.