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.

In This Topic
    RemoveAttachment(Table,Int64,Int64) Method
    In This Topic
    Remove an attachment from a row/feature with attachment support.
    Syntax
    public void RemoveAttachment( 
       Table table,
       long oid,
       long attachmentOID
    )
    Public Overloads Sub RemoveAttachment( _
       ByVal table As Table, _
       ByVal oid As Long, _
       ByVal attachmentOID As Long _
    ) 

    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