com.esri.arcgis.arcmapui
Interface IApplicationWindows

All Superinterfaces:
Serializable
All Known Implementing Classes:
Application, IApplicationWindowsProxy

public interface IApplicationWindows
extends Serializable

Provides access to members that control the DataWindow Container.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 ISet getDataWindows()
          The data windows in the application.
 

Method Detail

getDataWindows

ISet getDataWindows()
                    throws IOException,
                           AutomationException
The data windows in the application.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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