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




in_raster_catalog
The name and location of the raster catalog to be copied. (In, Required)
out_raster_catalog
The name and location of the output raster catalog. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_raster_catalog As Object, _
   ByVal out_raster_catalog As Object _
)
Visual Basic (Usage)Copy Code
Dim in_raster_catalog As Object
Dim out_raster_catalog As Object
 
Dim instance As CopyRasterCatalogItems(in_raster_catalog, out_raster_catalog)
C# 
public CopyRasterCatalogItems( 
   object in_raster_catalog,
   object out_raster_catalog
)

Parameters

in_raster_catalog
The name and location of the raster catalog to be copied. (In, Required)
out_raster_catalog
The name and location of the output raster catalog. (Out, Required)

See Also

© 2010 All Rights Reserved.