com.esri.arcgis.catalogUI
Interface IRepairMosaicDatasetDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRepairMosaicDatasetDialogProxy

public interface IRepairMosaicDatasetDialog
extends Serializable

Provides access to methods that control the dialog for repairing a mosaic dataset.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void doModal(int hParent)
          Open dialog in modal.
 IMosaicDataset getMosaicDataset()
          The Mosaic Dataset.
 ISelectionSet getSelectionSet()
          The Selection Set.
 void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
          The Mosaic Dataset.
 void setSelectionSetByRef(ISelectionSet ppSelectionSet)
          The Selection Set.
 

Method Detail

doModal

void doModal(int hParent)
             throws IOException,
                    AutomationException
Open dialog in modal.

Product Availability

Available with ArcGIS Desktop.

Parameters:
hParent - The hParent (A COM typedef) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMosaicDatasetByRef

void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
                           throws IOException,
                                  AutomationException
The Mosaic Dataset.

Product Availability

Available with ArcGIS Desktop.

Parameters:
ppMosaicDataset - A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicDataset

IMosaicDataset getMosaicDataset()
                                throws IOException,
                                       AutomationException
The Mosaic Dataset.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectionSetByRef

void setSelectionSetByRef(ISelectionSet ppSelectionSet)
                          throws IOException,
                                 AutomationException
The Selection Set.

Product Availability

Available with ArcGIS Desktop.

Parameters:
ppSelectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectionSet

ISelectionSet getSelectionSet()
                              throws IOException,
                                     AutomationException
The Selection Set.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.