com.esri.arcgis.geodatabase
Interface IRelQueryTableSelectionSet

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRelQueryTableSelectionSetProxy, RelQueryTableSelectionSet

public interface IRelQueryTableSelectionSet
extends Serializable

Provides access to members that manage RelQueryTable selection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 ISelectionSet getBaseTableSelectionSet()
          Base table of the inner SelectionSet.
 

Method Detail

getBaseTableSelectionSet

ISelectionSet getBaseTableSelectionSet()
                                       throws IOException,
                                              AutomationException
Base table of the inner SelectionSet.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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