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




in_raster
The input raster dataset. (In, Required)
out_raster
The output raster dataset to be created. (Out, Required)
out_coor_system
The coordinate system to which the input raster will be projected. The default value is set based on the Output Coordinate System environment setting. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_raster
The input raster dataset. (In, Required)
out_raster
The output raster dataset to be created. (Out, Required)
out_coor_system
The coordinate system to which the input raster will be projected. The default value is set based on the Output Coordinate System environment setting. (In, Required)

See Also

© 2010 All Rights Reserved.