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




in_data
The Input Data Element to be copied to the same or another location. (In, Required)
out_data
The name of the Output Data Element. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_data
The Input Data Element to be copied to the same or another location. (In, Required)
out_data
The name of the Output Data Element. (Out, Required)

See Also

© 2010 All Rights Reserved.