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

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

Parameters

row
The row to update.
attributes
The attribute values to update (by data field name).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditOperation Class
EditOperation Members
Overload List