com.esri.arcgis.arcmapui
Interface IDissolveUI

All Superinterfaces:
Serializable
All Known Implementing Classes:
IDissolveUIProxy

public interface IDissolveUI
extends Serializable

Provides access to members that dissolve features by a common attribute value.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void doModal(int parentWindow)
          Shows or hides the window.
 void setApplicationByRef(Object rhs1)
          A reference to the application to which this window belongs.
 

Method Detail

setApplicationByRef

void setApplicationByRef(Object rhs1)
                         throws IOException,
                                AutomationException
A reference to the application to which this window belongs.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - A reference to another Automation Object (IDispatch) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

void doModal(int parentWindow)
             throws IOException,
                    AutomationException
Shows or hides the window.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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