com.esri.arcgis.editor
Interface IEnumFieldMap

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumFieldMapProxy

public interface IEnumFieldMap
extends Serializable

Provides access to members that return field maps.

Remarks

IEnumFieldMap objects are returned from IFieldMap::FieldMap

Product Availability

Available with ArcGIS Desktop.

See Also:
IFieldMap

Method Summary
 void next(IField[] ppSourceField, IField[] ppTargetField)
          Retrieves the next field mapping in the sequence.
 void reset()
          Reset enum to first element.
 

Method Detail

next

void next(IField[] ppSourceField,
          IField[] ppTargetField)
          throws IOException,
                 AutomationException
Retrieves the next field mapping in the sequence.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
ppSourceField - A reference to a com.esri.arcgis.geodatabase.IField (out: use single element array)
ppTargetField - A reference to a com.esri.arcgis.geodatabase.IField (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Reset enum to first element.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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