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




in_raster_catalog
The unmanaged raster catalog or mosaic dataset to be repaired. (In, Required)
repair_mode
Choose the repair mode you would like to use. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_raster_catalog
The unmanaged raster catalog or mosaic dataset to be repaired. (In, Required)
repair_mode
Choose the repair mode you would like to use. (In, Required)

See Also

© 2010 All Rights Reserved.