ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / Select Method / Select(Int64,Boolean) Method
The row index or object id to select.
Indicates that the id is an object id, otherwise it is a row index.

In This Topic
    Select(Int64,Boolean) Method
    In This Topic
    Selects a row in the table. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void Select( 
       long id,
       bool idIsObjectId
    )
    Public Overloads Sub Select( _
       ByVal id As Long, _
       ByVal idIsObjectId As Boolean _
    ) 

    Parameters

    id
    The row index or object id to select.
    idIsObjectId
    Indicates that the id is an object id, otherwise it is a row index.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also