ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / UpdateAttachment Method / UpdateAttachment(RowHandle,Int64,String,AttachmentProperties) Method
The RowHandle representing the future row to update the attachment to.
The oid of the attachment to remove.
The filesystem path to the file to attach to the row.
Properties provide additional description or context for this attachment.

In This Topic
    UpdateAttachment(RowHandle,Int64,String,AttachmentProperties) Method
    In This Topic
    Update an attachment to a row/feature with attachment support.
    Syntax
    Public Overloads Sub UpdateAttachment( _
       ByVal rowHandle As RowHandle, _
       ByVal attachmentOID As Long, _
       ByVal filePath As String, _
       ByVal properties As AttachmentProperties _
    ) 

    Parameters

    rowHandle
    The RowHandle representing the future row to update the attachment to.
    attachmentOID
    The oid of the attachment to remove.
    filePath
    The filesystem path to the file to attach to the row.
    properties
    Properties provide additional description or context for this attachment.
    Remarks
    Existing attachment properties are only replaced when new properties are provided.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also