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


IAttachmentManager2.DeleteAttachmentsForParentByGlobalID 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.DeleteAttachmentsForParentByGlobalID Method
ArcGIS Developer Help

IAttachmentManager2.DeleteAttachmentsForParentByGlobalID Method

Deletes all attachments for the object with oid.

[Visual Basic .NET]
Public Sub DeleteAttachmentsForParentByGlobalID ( _
    ByVal ParentGlobalID As String _
)
[C#]
public void DeleteAttachmentsForParentByGlobalID (
    string ParentGlobalID
);
[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