com.esri.arcgis.geoprocessing
Interface IEnumMdVariable

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumMdVariableProxy

public interface IEnumMdVariable
extends Serializable

Provides access to properties/methods of an enumeration of model variables.

Product Availability

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


Method Summary
 IMdVariable next()
          Returns the next variable in the enumeration.
 void reset()
          Resets the current position of the enumeration.
 

Method Detail

next

IMdVariable next()
                 throws IOException,
                        AutomationException
Returns the next variable in the enumeration.

Product Availability

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

Supported Platforms

Windows

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

reset

void reset()
           throws IOException,
                  AutomationException
Resets the current position of the enumeration.

Product Availability

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

Supported Platforms

Windows

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