com.esri.arcgis.catalogUI
Interface IEnumGxView

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumGxView, IEnumGxViewProxy

public interface IEnumGxView
extends Serializable

Provides access to members that control the EnumGxView.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IGxView next()
          The next GxView.
 void reset()
          Resets the enumerator.
 

Method Detail

next

IGxView next()
             throws IOException,
                    AutomationException
The next GxView.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumerator.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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