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


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

IAttachmentDataArray Interface

Array of AttachmentData objects.

Product Availability

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

Members

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

Classes that implement IAttachmentDataArray

Classes Description
AttachmentDataArray Esri AttachmentDataArray object.