com.esri.arcgis.framework
Interface IAtbApplication
- All Superinterfaces: 
 - Serializable
 
- All Known Implementing Classes: 
 - IAtbApplicationProxy
 
public interface IAtbApplication
- extends Serializable
 
Provides access to the window handle of the ArcToolbox application.
  
Product Availability
 Available with ArcGIS Desktop.
| 
Method Summary | 
 int | 
getHWnd()
 
          The window handle of the ArcToolbox application. | 
 
getHWnd
int getHWnd()
            throws IOException,
                   AutomationException
- The window handle of the ArcToolbox application.
  
Product Availability
 Available with ArcGIS Desktop.
 Supported Platforms
 Windows
 
- Returns:
 - The hWnd (A  COM typedef)
 - Throws:
 IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.