com.esri.arcgis.arcmapui
Interface IDissolveUIAdmin

All Superinterfaces:
Serializable
All Known Implementing Classes:
IDissolveUIAdminProxy

public interface IDissolveUIAdmin
extends Serializable

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

Product Availability

Available with ArcGIS Desktop.


Method Summary
 ITable getDissolveTable()
          The dissolve table.
 void setDissolveTableByRef(ITable ppTable)
          The dissolve table.
 

Method Detail

getDissolveTable

ITable getDissolveTable()
                        throws IOException,
                               AutomationException
The dissolve table.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDissolveTableByRef

void setDissolveTableByRef(ITable ppTable)
                           throws IOException,
                                  AutomationException
The dissolve table.

Product Availability

Available with ArcGIS Desktop.

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