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




in_table
The table whose records matching the specified expression will be written to the output table. (In, Required)
out_table
The output table containing records from the input table that match the specified expression. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_table As Object, _
   ByVal out_table As Object _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim out_table As Object
 
Dim instance As TableSelect(in_table, out_table)
C# 
public TableSelect( 
   object in_table,
   object out_table
)

Parameters

in_table
The table whose records matching the specified expression will be written to the output table. (In, Required)
out_table
The output table containing records from the input table that match the specified expression. (Out, Required)

See Also

© 2010 All Rights Reserved.