DataManagementTools
CopyRasterCatalogItems Constructor(Object,Object)
See Also  Send Feedback
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
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 New 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
Name and location of the output raster catalog. (Out, Required)

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.