ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / RemoveAllAttachments Method / RemoveAllAttachments(Table,Int64) Method
The table of the row to remove all attachments from.
The object identifier of the row to remove all attachments from.

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

    Parameters

    table
    The table of the row to remove all attachments from.
    oid
    The object identifier of the row to remove all attachments from.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also