ArcGIS Pro 2.7 API Reference Guide
Modify(Row,Int32,Object) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Modify Method : Modify(Row,Int32,Object) Method
The row to update.
The data's field index 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,
   int fieldIndex,
   object value
)
Public Overloads Sub Modify( _
   ByVal row As Row, _
   ByVal fieldIndex As Integer, _
   ByVal value As Object _
) 

Parameters

row
The row to update.
fieldIndex
The data's field index to update.
value
The new value.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List