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

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Modify Method : Modify(Table,Int64,Int32,Object) Method
The table of the row to update.
The FeatureID of the row to update.
Modify a row, updating the attribute values. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public void Modify( 
   Table table,
   long oid,
   int fieldIndex,
   object value
)
Public Overloads Sub Modify( _
   ByVal table As Table, _
   ByVal oid As Long, _
   ByVal fieldIndex As Integer, _
   ByVal value As Object _
) 

Parameters

table
The table of the row to update.
oid
The FeatureID of the row to update.
fieldIndex
value
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List