com.esri.arcgis.arcmapui
Interface IModelessQueryAttributes

All Superinterfaces:
Serializable
All Known Implementing Classes:
QueryAttributes

public interface IModelessQueryAttributes
extends Serializable

Provides access to members that control the Modeless Attribute query window.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void refresh()
          Refreshes the attribute query window when it's in a modeless state.
 void show(int parentHWnd)
          Shows attribute query window in a modeless state.
 

Method Detail

show

void show(int parentHWnd)
          throws IOException,
                 AutomationException
Shows attribute query window in a modeless state.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

refresh

void refresh()
             throws IOException,
                    AutomationException
Refreshes the attribute query window when it's in a modeless state.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.