ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing Namespace / RowHandle Class / RowHandle Constructor / RowHandle Constructor(MapMember,Int64)
The MapMember (layer or standalone table) that contains the row.
The object ID of the row.

In This Topic
    RowHandle Constructor(MapMember,Int64)
    In This Topic
    Creates a new instance of the RowHandle class, created from a MapMember and object ID.
    Syntax
    public RowHandle( 
       MapMember mapMember,
       long objectID
    )
    Public Function New( _
       ByVal mapMember As MapMember, _
       ByVal objectID As Long _
    )

    Parameters

    mapMember
    The MapMember (layer or standalone table) that contains the row.
    objectID
    The object ID of the row.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also