ArcGIS Pro 2.8 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).
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