com.esri.arcgis.trackinganalyst
Interface IDatasetColumnEnumerator

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataSetDefinition

public interface IDatasetColumnEnumerator
extends Serializable

Provides access to methods to help manage data column-related enumerators.

Product Availability

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


Method Summary
 IDatasetColumn next()
          Goes to the next enumerator related to the dataset column.
 void reset()
          Resets the value for enumerator related to the dataset column.
 

Method Detail

reset

void reset()
           throws IOException,
                  AutomationException
Resets the value for enumerator related to the dataset column.

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.

next

IDatasetColumn next()
                    throws IOException,
                           AutomationException
Goes to the next enumerator related to the dataset column.

Product Availability

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

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