ArcGIS Pro 2.6 API Reference Guide
UpdateAttachment(RowHandle,Int64,String) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > UpdateAttachment Method : UpdateAttachment(RowHandle,Int64,String) Method
The RowHandle representing the future feature to add the attachment to.
The oid of the attachment to remove.
The filesystem path to the file to attach to the feature.
Update an attachment to a row/feature with attachment support.
Syntax
public void UpdateAttachment( 
   RowHandle row,
   long attachmentOID,
   string filePath
)
Public Overloads Sub UpdateAttachment( _
   ByVal row As RowHandle, _
   ByVal attachmentOID As Long, _
   ByVal filePath As String _
) 

Parameters

row
The RowHandle representing the future feature to add the attachment to.
attachmentOID
The oid of the attachment to remove.
filePath
The filesystem path to the file to attach to the feature.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditOperation Class
EditOperation Members
Overload List