com.esri.arcgis.geodatabase
Interface IEnumConfigurationParameter

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumConfigurationParameterProxy

public interface IEnumConfigurationParameter
extends Serializable

Provides access to members to enumerate configuration parameters.

When To Use

Use this interface to iterate through the collection of parameters referenced by a configuration keyword.

Product Availability

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


Method Summary
 IConfigurationParameter next()
          Retrieves the next configuration parameter in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to the beginning.
 

Method Detail

next

IConfigurationParameter next()
                             throws IOException,
                                    AutomationException
Retrieves the next configuration parameter in the enumeration sequence.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.geodatabase.IConfigurationParameter
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.

Supported Platforms

Windows, Solaris, Linux

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