ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / RemoveAttachment Method / RemoveAttachment(Table,Int64,Int64) Method
The table of the row to remove an attachment from.
The object identifier of the row to remove an attachment from.
The oid of the attachment to remove.
Version

RemoveAttachment(Table,Int64,Int64) Method
Remove an attachment from a row/feature with attachment support.
Syntax
public void RemoveAttachment( 
   Table table,
   long oid,
   long attachmentOID
)

Parameters

table
The table of the row to remove an attachment from.
oid
The object identifier of the row to remove an attachment from.
attachmentOID
The oid of the attachment to remove.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.4 or higher.
See Also