com.esri.arcgis.arcmapui
Interface IAddDataDialog2

All Superinterfaces:
IAddDataDialog, Serializable
All Known Implementing Classes:
AddDataDialog, AddQueryTableDialog

public interface IAddDataDialog2
extends IAddDataDialog, Serializable

Provides access to members that control the Add Data Dialog.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void setGroupLayer(IGroupLayer rhs1)
          The group layer to which data needs to be added.
 
Methods inherited from interface com.esri.arcgis.arcmapui.IAddDataDialog
setDocument, setMap, show
 

Method Detail

setGroupLayer

void setGroupLayer(IGroupLayer rhs1)
                   throws IOException,
                          AutomationException
The group layer to which data needs to be added.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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