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




out_path
The geodatabase to contain the raster catalog. This can be any type of geodatabase: personal, file, or ArcSDE. (In, Required)
out_name
The name of the raster catalog to be created. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal out_path As Object, _
   ByVal out_name As String _
)
Visual Basic (Usage)Copy Code
Dim out_path As Object
Dim out_name As String
 
Dim instance As CreateRasterCatalog(out_path, out_name)
C# 
public CreateRasterCatalog( 
   object out_path,
   string out_name
)

Parameters

out_path
The geodatabase to contain the raster catalog. This can be any type of geodatabase: personal, file, or ArcSDE. (In, Required)
out_name
The name of the raster catalog to be created. (In, Required)

See Also

© 2010 All Rights Reserved.