Deletes the attachment identified with attID.
[Visual Basic .NET] Public Sub DeleteAttachment ( _ ByVal attID As Integer _ )
[C#] public void DeleteAttachment ( int attID );
[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.