com.esri.arcgis.geodatabase
Interface IEnumHistoricalMarker

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumHistoricalMarker, IEnumHistoricalMarkerProxy

public interface IEnumHistoricalMarker
extends Serializable

Remarks

The IEnumHistoricalMarker interface is used to enumerate a set of historical versions.

Product Availability

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


Method Summary
 IHistoricalMarker next()
          Retrieve the next historical marker in this enumerator.
 void reset()
          Reset the enumerator to the beginning.
 

Method Detail

next

IHistoricalMarker next()
                       throws IOException,
                              AutomationException
Retrieve the next historical marker in this enumerator.

Product Availability

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

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

reset

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