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




input_rasters
The input raster datasets. (In, Required)
output_location
The path to contain the raster dataset. The path can be to a folder or geodatabase. (In, Required)
raster_dataset_name_with_extension
The name and extension of the raster dataset to be created. (In, Required)
number_of_bands
Number of Bands (in)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal input_rasters As Object, _
   ByVal output_location As Object, _
   ByVal raster_dataset_name_with_extension As String, _
   ByVal number_of_bands As Integer _
)
Visual Basic (Usage)Copy Code
Dim input_rasters As Object
Dim output_location As Object
Dim raster_dataset_name_with_extension As String
Dim number_of_bands As Integer
 
Dim instance As MosaicToNewRaster(input_rasters, output_location, raster_dataset_name_with_extension, number_of_bands)
C# 
public MosaicToNewRaster( 
   object input_rasters,
   object output_location,
   string raster_dataset_name_with_extension,
   int number_of_bands
)

Parameters

input_rasters
The input raster datasets. (In, Required)
output_location
The path to contain the raster dataset. The path can be to a folder or geodatabase. (In, Required)
raster_dataset_name_with_extension
The name and extension of the raster dataset to be created. (In, Required)
number_of_bands
Number of Bands (in)

See Also

© 2010 All Rights Reserved.