ArcObjects Library Reference (GeoDatabase)  

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