ArcObjects Library Reference (GeoDatabase)  

IAttachmentManager2.DeleteAttachmentByGlobalID Method

Deletes the attachment identified with attID.

ERROR: Syntax information about IAttachmentManager2.DeleteAttachmentByGlobalID may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.GeoDatabase.dll

[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