ESRI.ArcGIS.DataManagementTools
sort_field Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > FeatureCompare Class : sort_field Property




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)

Syntax

Visual Basic (Declaration) 
Public Property sort_field As Object
Visual Basic (Usage)Copy Code
Dim instance As FeatureCompare
Dim value As Object
 
instance.sort_field = value
 
value = instance.sort_field
C# 
public object sort_field {get; set;}

See Also

© 2010 All Rights Reserved.