com.esri.arcgis.catalogUI
Interface IQueryTableDialog
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- QueryTableDialog
public interface IQueryTableDialog
- extends Serializable
Provides access to member that display Query Table dialog.
Product Availability
Available with ArcGIS Desktop.
doModalQueryTable
IQueryTableName doModalQueryTable(IQueryTableName pName,
int hParent)
throws IOException,
AutomationException
- Displays the dialog to define a query layer.
Product Availability
Available with ArcGIS Desktop.
- Parameters:
pName
- A reference to a com.esri.arcgis.geodatabase.IQueryTableName (in)hParent
- The hParent (A COM typedef) (in)
- Returns:
- A reference to a com.esri.arcgis.geodatabase.IQueryTableName
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.