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




in_raster
The name and location of the raster dataset to be copied. (In, Required)
out_rasterdataset
The name and location of the raster dataset to be created. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_raster
The name and location of the raster dataset to be copied. (In, Required)
out_rasterdataset
The name and location of the raster dataset to be created. (Out, Required)

See Also

© 2010 All Rights Reserved.