ArcGIS Pro 3.7 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 Sub Update( _
       ByVal row As Row _
    ) 
    public void Update( 
       Row row
    )

    Parameters

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.4 or higher.
    See Also