com.esri.arcgis.geodatabaseui
Interface IGPQueryPropertyPage
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IGPQueryPropertyPageProxy
public interface IGPQueryPropertyPage
- extends Serializable
Provides access to members that control the Query property page.
Product Availability
Available with ArcGIS Desktop.
addDETable
void addDETable(IDETable pDETable,
ITable pTable)
throws IOException,
AutomationException
- The insert DETable and its corresponding table.
Product Availability
Available with ArcGIS Desktop.
- Parameters:
pDETable
- A reference to a com.esri.arcgis.geodatabase.IDETable (in)pTable
- 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.