com.esri.arcgis.geodatabase
Interface IEnumAttachment

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumAttachment, IEnumAttachmentProxy

public interface IEnumAttachment
extends Serializable

Provides access to members of an attachment enumeration.

Product Availability

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


Method Summary
 IAttachment next()
          next
 void reset()
          reset
 

Method Detail

reset

void reset()
           throws IOException,
                  AutomationException
reset

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.

next

IAttachment next()
                 throws IOException,
                        AutomationException
next

Product Availability

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

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