ArcGIS Pro 2.6 API Reference Guide
Modify(Table,Int64,Dictionary<String,Object>) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Modify Method : Modify(Table,Int64,Dictionary<String,Object>) Method
The table of the row to update.
The oid of the row to update.
The attribute values to update (by field name).
Modify a row, updating the attribute values. This method must be called on the MCT. Use QueuedTask.Run
Syntax
Public Overloads Sub Modify( _
   ByVal table As Table, _
   ByVal oid As Long, _
   ByVal attributes As Dictionary(Of String,Object) _
) 

Parameters

table
The table of the row to update.
oid
The oid of the row to update.
attributes
The attribute values to update (by field name).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditOperation Class
EditOperation Members
Overload List