ArcObjects Library Reference (GeoDatabase)  

IAttachmentManager2.DeleteAttachmentsForParentByGlobalID Method

Deletes all attachments for the object with oid.

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

[C++]
HRESULT DeleteAttachmentsForParentByGlobalID(
  BSTR ParentGlobalID
);
[C++]

Parameters

ParentGlobalID [in]   ParentGlobalID is a parameter of type BSTR

Product Availability

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

See Also

IAttachmentManager2 Interface