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




in_mosaic_dataset
The path and name of the mosaic dataset to which the raster data will be added. (In, Required)
raster_type
The raster type is specific for imagery products. It identifies metadata, such as georeferencing, acquisition date, and sensor type, along with a raster format. (In, Required)
input_path
Path and name of the file, folder, raster dataset, raster catalog, mosaic dataset, table, or service. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_mosaic_dataset As Object, _
   ByVal raster_type As Object, _
   ByVal input_path As Object _
)
Visual Basic (Usage)Copy Code
Dim in_mosaic_dataset As Object
Dim raster_type As Object
Dim input_path As Object
 
Dim instance As AddRastersToMosaicDataset(in_mosaic_dataset, raster_type, input_path)
C# 
public AddRastersToMosaicDataset( 
   object in_mosaic_dataset,
   object raster_type,
   object input_path
)

Parameters

in_mosaic_dataset
The path and name of the mosaic dataset to which the raster data will be added. (In, Required)
raster_type
The raster type is specific for imagery products. It identifies metadata, such as georeferencing, acquisition date, and sensor type, along with a raster format. (In, Required)
input_path
Path and name of the file, folder, raster dataset, raster catalog, mosaic dataset, table, or service. (In, Required)

See Also

© 2010 All Rights Reserved.