com.esri.arcgis.trackinganalyst
Interface IEnumTxObject

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumTxObjectProxy, TxEnumObjects

public interface IEnumTxObject
extends Serializable

Provides access to properties and methods needed to iterate through a enumeration or list of Catalog objects.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 ITxCatalogObject next()
          The next object in the list.
 void reset()
          Starts the enumeration at the beginning.
 

Method Detail

next

ITxCatalogObject next()
                      throws IOException,
                             AutomationException
The next object in the list.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

reset

void reset()
           throws IOException,
                  AutomationException
Starts the enumeration at the beginning.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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