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

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Modify Method : Modify(Table,Int64,Dictionary<Int32,Object>) Method
The table of the row to update.
The oid of the row to update.
The attribute values to update (by field index).
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 Integer,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 index).
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List