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

Current Property (UpdateCursor)
Gets the current Row in this UpdateCursor.
Syntax
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, Windows 10

ArcGIS Pro version: 3.4 or higher.
See Also