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




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)

Syntax

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

See Also

© 2010 All Rights Reserved.