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


ITableAttachments.DeleteAttachments 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.DeleteAttachments Method
ArcGIS Developer Help

ITableAttachments.DeleteAttachments Method

Delete the table attachments.

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

Product Availability

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

See Also

ITableAttachments Interface