This document is archived and information here might be outdated.  Recommended version.


IAttachmentInfoArray Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachmentInfoArray Interface
ArcGIS Developer Help

IAttachmentInfoArray Interface

Array of AttachmentInfo objects.

Product Availability

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

Members

Name Description
Method Add Adds a attachmentinfo.
Read-only property Count The attachmentinfo count.
Read-only property Element Returns the attachmentinfo at the specified position.
Method Insert Adds a attachmentinfo at the specified position.
Method Remove Removes the attachmentinfo at the specified position.
Method RemoveAll Removes all attachmentinfos.

Classes that implement IAttachmentInfoArray

Classes Description
AttachmentInfoArray Esri AttachmentInfoArray object.