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




in_base_features
The Input Base Features are compared with the Input Test Features. Input Base features refers to data that you have declared valid. This base data has the correct geometry definitions, field definitions, and spatial reference. (In, Required)
in_test_features
The Input Test Features are compared against the Input Base Features. Input Test Features refers to data that you have made changes to by editing or compiling new features. (In, Required)
sort_field
The field or fields used to sort records in the Input Base Table and the Input Test Table. The records are sorted in ascending order. Sorting by a common field in both the Input Base Features and the Input Test Features ensures that you are comparing the same row from each input dataset. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_base_features As Object, _
   ByVal in_test_features As Object, _
   ByVal sort_field As Object _
)
Visual Basic (Usage)Copy Code
Dim in_base_features As Object
Dim in_test_features As Object
Dim sort_field As Object
 
Dim instance As FeatureCompare(in_base_features, in_test_features, sort_field)
C# 
public FeatureCompare( 
   object in_base_features,
   object in_test_features,
   object sort_field
)

Parameters

in_base_features
The Input Base Features are compared with the Input Test Features. Input Base features refers to data that you have declared valid. This base data has the correct geometry definitions, field definitions, and spatial reference. (In, Required)
in_test_features
The Input Test Features are compared against the Input Base Features. Input Test Features refers to data that you have made changes to by editing or compiling new features. (In, Required)
sort_field
The field or fields used to sort records in the Input Base Table and the Input Test Table. The records are sorted in ascending order. Sorting by a common field in both the Input Base Features and the Input Test Features ensures that you are comparing the same row from each input dataset. (In, Required)

See Also

© 2010 All Rights Reserved.