ArcGIS Pro 2.9 API Reference Guide
Modify(Row,String,Object) Method

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

Parameters

row
The row to update.
fieldName
The data's field name to update.
value
The new value.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List