ArcGIS Pro 3.4 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 Row Current {get;}
    Public ReadOnly Property Current As Row
    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, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also