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 attID
);
[C++]Parameters
attID [in] attID is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.