ArcGIS Pro 2.8 API Reference Guide
Select Method (TableControl)

ArcGIS.Desktop.Editing 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.
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 10, Windows 8.1

See Also

Reference

TableControl Class
TableControl Members