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


IAttachmentManager.DeleteAttachment Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IAttachmentManager.DeleteAttachment Method

Deletes the attachment identified with attID.

[Visual Basic .NET]
Public Sub DeleteAttachment ( _
    ByVal AttachmentID As Integer _
)
[C#]
public void DeleteAttachment (
    int AttachmentID
);
[C++]
HRESULT DeleteAttachment(
  long AttachmentID
);
[C++]

Parameters AttachmentID [in] AttachmentID is a parameter of type long

Product Availability

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

See Also

IAttachmentManager Interface