ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / DifferenceCursor Class / Current Property
Version

    Current Property (DifferenceCursor)
    Gets the current difference Row in this DifferenceCursor.
    Syntax
    public Row Current {get;}
    Remarks
    This property may return null even if the difference cursor has not passed the end of the collection (i.e., when RowCursor.MoveNext returns false) This happens when the difference type DifferenceType.DeleteNoChange or DifferenceType.DeleteUpdate is specified. If a valid Row is returned by this property, it should be Disposed.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also