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




in_data
The input data item to be renamed. (In, Required)
out_data
The name for the output data item. (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 Rename(in_data, out_data)
C# 
public Rename( 
   object in_data,
   object out_data
)

Parameters

in_data
The input data item to be renamed. (In, Required)
out_data
The name for the output data item. (Out, Required)

See Also

© 2010 All Rights Reserved.