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

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Modify Method : Modify(Row,Dictionary<Int32,Object>) Method
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 void Modify( 
   Row row,
   Dictionary<int,object> attributes
)
Public Overloads Sub Modify( _
   ByVal row As Row, _
   ByVal attributes As Dictionary(Of Integer,Object) _
) 

Parameters

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

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditOperation Class
EditOperation Members
Overload List