com.esri.arcgis.arcweb
Interface IArcWebConnectionNeededDialog
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ArcWebConnectionNeededDialog, IArcWebConnectionNeededDialogProxy
public interface IArcWebConnectionNeededDialog
- extends Serializable
Provides access to members that define the ArcWebConnectionNeededDialog.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
|
Method Summary |
boolean |
doModal(int wndParent)
Creates a modal dialog box. |
doModal
boolean doModal(int wndParent)
throws IOException,
AutomationException
- Creates a modal dialog box.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
wndParent - The wndParent (A COM typedef) (in)
- Returns:
- The isConnected
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.