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


IAttachmentInfoArray.Add Method (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 > IAttachmentInfoArray.Add Method
ArcGIS Developer Help

IAttachmentInfoArray.Add Method

Adds a attachmentinfo.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal rec As IAttachmentInfo _
)
[C#]
public void Add (
    IAttachmentInfo rec
);
[C++]
HRESULT Add(
  IAttachmentInfo* rec
);
[C++]
Parameters
rec [in]

rec is a parameter of type IAttachmentInfo*

Product Availability

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

See Also

IAttachmentInfoArray Interface