ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing Namespace / RowHandle Class / RowHandle Constructor / RowHandle Constructor(Table,Int64)
The Table that contains the row.
The object ID of the row.
Version

    RowHandle Constructor(Table,Int64)
    Creates a new instance of the RowHandle class, created from a Table and object ID.
    Syntax
    public RowHandle( 
       Table table,
       long objectID
    )

    Parameters

    table
    The 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