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


IAttachmentInfoArray.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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