com.esri.arcgis.catalogUI
Interface ICreateRasterCatalogWizard
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CreateRasterCatalogWizard
public interface ICreateRasterCatalogWizard
- extends Serializable
Provides access to methods that control the raster catalog creation wizard.
Product Availability
Available with ArcGIS Desktop.
doModal
void doModal(IFeatureWorkspace pWorkspace,
int parent)
throws IOException,
AutomationException
- Shows modal Dialog of the wizard.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Parameters:
pWorkspace
- A reference to a com.esri.arcgis.geodatabase.IFeatureWorkspace (in)parent
- The parent (A COM typedef) (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.