ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / Select Method
The row indexes or object ids to select.
Indicates that the ids are object ids, otherwise they are row indexes.

In This Topic
    Select Method (TableControl)
    In This Topic
    Selects rows in the table. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void Select( 
       IEnumerable<long> ids,
       bool idsAreObjectIds
    )
    Public Sub Select( _
       ByVal ids As IEnumerable(Of Long), _
       ByVal idsAreObjectIds As Boolean _
    ) 

    Parameters

    ids
    The row indexes or object ids to select.
    idsAreObjectIds
    Indicates that the ids are object ids, otherwise they are row indexes.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also