com.esri.arcgis.geodatabase
Interface IEnumWorkspaceEx

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumWorkspaceExProxy

public interface IEnumWorkspaceEx
extends Serializable

Provides access to members that enumerate workspaces.

Product Availability

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


Method Summary
 IWorkspace next()
          Retrieves the next workspace in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to the beginning.
 

Method Detail

next

IWorkspace next()
                throws IOException,
                       AutomationException
Retrieves the next workspace in the enumeration sequence.

Product Availability

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

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

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

Product Availability

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

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