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


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

IAttachmentDataArray.Add Method

Adds a attachment data.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal Attachment As IAttachmentData _
)
[C#]
public void Add (
    IAttachmentData Attachment
);
[C++]
HRESULT Add(
  IAttachmentData* Attachment
);
[C++]

Parameters Attachment [in]
Attachment is a parameter of type IAttachmentData

Product Availability

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

See Also

IAttachmentDataArray Interface