com.esri.arcgis.geodatabase
Interface IEnumDatasetType

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumDatasetType, IEnumDatasetTypeProxy

public interface IEnumDatasetType
extends Serializable

Provides access to members that enumerate over a set of dataset types.

Product Availability

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


Method Summary
 int next()
          Retrieves the next dataset type in the set.
 void reset()
          Resets the enumeration sequence to the beginning.
 

Method Detail

next

int next()
         throws IOException,
                AutomationException
Retrieves the next dataset type in the set.

Product Availability

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

Returns:
A com.esri.arcgis.geodatabase.esriDatasetType constant
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.