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


ITableAttachments.AddAttachments Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableAttachments Interface > ITableAttachments.AddAttachments Method
ArcGIS Developer Help

ITableAttachments.AddAttachments Method

Add the table attachments.

[Visual Basic .NET]
Public Sub AddAttachments ( _
)
[C#]
public void AddAttachments (
);
[C++]
HRESULT AddAttachments(
void
);

Product Availability

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

See Also

ITableAttachments Interface