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




in_rows
The rows from a feature class, layer, table, or table view to be copied. (In, Required)
out_table
The table to which the rows will be written. If the output table already exists and the Geoprocessing Option: 'Overwrite the outputs of geoprocessing operations' is checked, it will be overwritten. To prevent overwriting from the tool dialog box, uncheck that option. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_rows
The rows from a feature class, layer, table, or table view to be copied. (In, Required)
out_table
The table to which the rows will be written. If the output table already exists and the Geoprocessing Option: 'Overwrite the outputs of geoprocessing operations' is checked, it will be overwritten. To prevent overwriting from the tool dialog box, uncheck that option. (Out, Required)

See Also

© 2010 All Rights Reserved.