ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / UpdateCursor Class / Current Property

In This Topic
    Current Property (UpdateCursor)
    In This Topic
    Gets the current Row in this UpdateCursor.
    Syntax
    Public ReadOnly Property Current As Row
    public Row Current {get;}
    Remarks
    If the cursor has passed the end of the collection (i.e., when MoveNext returns false), null is returned. If a valid Row is returned by this property, it should be Disposed.
    Requirements

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

    ArcGIS Pro version: 3.4 or higher.
    See Also