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


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

IAttachmentManager2.DeleteAttachmentByGlobalID Method

Deletes the attachment identified with attID.

[Visual Basic .NET]
Public Sub DeleteAttachmentByGlobalID ( _
    ByVal GlobalID As String _
)
[C#]
public void DeleteAttachmentByGlobalID (
    string GlobalID
);
[C++]
HRESULT DeleteAttachmentByGlobalID(
  BSTR GlobalID
);
[C++]
Parameters
GlobalID [in]

GlobalID is a parameter of type BSTR

Product Availability

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

See Also

IAttachmentManager2 Interface