com.esri.arcgis.geodatabase
Interface IEnumXMLIndexTemplate

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumXMLIndexTemplate, IEnumXMLIndexTemplateProxy

public interface IEnumXMLIndexTemplate
extends Serializable

A simple enumerator object for XML Index Templates.

Product Availability

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


Method Summary
 IXMLIndexTemplate next()
          Retrieves the next XML Index Template in the enumerator.
 void reset()
          Resets the enumerator to the beginning.
 

Method Detail

next

IXMLIndexTemplate next()
                       throws IOException,
                              AutomationException
Retrieves the next XML Index Template in the enumerator.

Product Availability

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

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

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumerator 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.