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

In This Topic
    ObjectID Property (DifferenceCursor)
    In This Topic
    Gets the object ID of current difference Row in this DifferenceCursor.
    Syntax
    public long ObjectID {get;}
    Public ReadOnly Property ObjectID As Long
    Remarks
    If the difference type DifferenceType.DeleteNoChange or DifferenceType.DeleteUpdate is specified, this property indicates which specific row that has this object ID has been deleted from the source table. This property returns -1 if the cursor has passed the end of the collection.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also