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