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.

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

    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