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




in_raster_catalog
The input unmanaged raster catalog or mosaic dataset. (In, Required)
export_mode
Choose what paths to output to the table. You can choose to output all the file paths, or just the ones that are broken. (In, Required)
out_table
The output table. This table can be created as a DBF file or within a geodatabase. (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 export_mode As String, _
   ByVal out_table As Object _
)
Visual Basic (Usage)Copy Code
Dim in_raster_catalog As Object
Dim export_mode As String
Dim out_table As Object
 
Dim instance As ExportRasterCatalogPaths(in_raster_catalog, export_mode, out_table)
C# 
public ExportRasterCatalogPaths( 
   object in_raster_catalog,
   string export_mode,
   object out_table
)

Parameters

in_raster_catalog
The input unmanaged raster catalog or mosaic dataset. (In, Required)
export_mode
Choose what paths to output to the table. You can choose to output all the file paths, or just the ones that are broken. (In, Required)
out_table
The output table. This table can be created as a DBF file or within a geodatabase. (Out, Required)

See Also

© 2010 All Rights Reserved.