ESRI.ArcGIS.DataManagementTools
FindIdentical Class Members
See Also  Properties  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace : FindIdentical Class




The following tables list the members exposed by FindIdentical.

Public Constructors

 NameDescription
Public ConstructorFindIdentical ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public PropertyfieldsThe field(s) whose values will be compared to find identical records. (In, Required)  
Public Propertyin_datasetThe table or feature class for which identical records will be found. (In, Required)  
Public Propertyout_datasetThe 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)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public Propertyxy_toleranceThe 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)  
Public Propertyz_toleranceThe 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)  
Top

See Also

© 2010 All Rights Reserved.