ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data Namespace / UpdateCursor Class / Update Method
The row to update.

In This Topic
    Update Method (UpdateCursor)
    In This Topic
    Updates an existing Row. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void Update( 
       Row row
    )
    Public Sub Update( _
       ByVal row As Row _
    ) 

    Parameters

    row
    The row to update.
    Exceptions
    ExceptionDescription
    row is null.
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also