com.esri.arcgis.display
Interface IEnumScreenDisplay

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumScreenDisplayProxy

public interface IEnumScreenDisplay
extends Serializable

Provides access to members that control the Screen Display enumerator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IScreenDisplay next()
          Returns the next screen display in the collection.
 void reset()
          Resets enumerator to start of collection.
 

Method Detail

next

IScreenDisplay next()
                    throws IOException,
                           AutomationException
Returns the next screen display in the collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

reset

void reset()
           throws IOException,
                  AutomationException
Resets enumerator to start of collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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