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


IAttachmentManager.DeleteAttachment Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachmentManager Interface > IAttachmentManager.DeleteAttachment Method
ArcGIS Developer Help

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