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