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




in_dataset
The input dataset whose records will be reordered based on the field values in the sort field(s). (In, Required)
out_dataset
The output feature class or table. (Out, Required)
sort_field
Specifies the field(s) whose values will be used to reorder the input records, and the direction the records will be sorted. (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 sort_field As Object _
)
Visual Basic (Usage)Copy Code
Dim in_dataset As Object
Dim out_dataset As Object
Dim sort_field As Object
 
Dim instance As Sort(in_dataset, out_dataset, sort_field)
C# 
public Sort( 
   object in_dataset,
   object out_dataset,
   object sort_field
)

Parameters

in_dataset
The input dataset whose records will be reordered based on the field values in the sort field(s). (In, Required)
out_dataset
The output feature class or table. (Out, Required)
sort_field
Specifies the field(s) whose values will be used to reorder the input records, and the direction the records will be sorted. (In, Required)

See Also

© 2010 All Rights Reserved.