com.esri.arcgis.arcmapui
Interface IAddDataDialog

All Superinterfaces:
Serializable
All Known Subinterfaces:
IAddDataDialog2
All Known Implementing Classes:
AddDataDialog, AddQueryTableDialog

public interface IAddDataDialog
extends Serializable

Provides access to members that control the Add Data Dialog.

Superseded By

IAddDataDialog2

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void setDocument(IMxDocument rhs1)
          The document.
 void setMap(IMap rhs1)
          The map.
 void show(int parentHWnd, boolean[] ok)
          Indicates if the dialog is shown and adds the data.
 

Method Detail

setDocument

void setDocument(IMxDocument rhs1)
                 throws IOException,
                        AutomationException
The document.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setMap

void setMap(IMap rhs1)
            throws IOException,
                   AutomationException
The map.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

show

void show(int parentHWnd,
          boolean[] ok)
          throws IOException,
                 AutomationException
Indicates if the dialog is shown and adds the data.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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