ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Selection Class / Add Method / Add(IEnumerable<Guid>) Method
A list containing the global IDs of rows to be added to the selection.

In This Topic
    Add(IEnumerable<Guid>) Method
    In This Topic
    Adds a list of rows by global IDs to the selection. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void Add( 
       IEnumerable<Guid> globalIDs
    )
    Public Overloads Sub Add( _
       ByVal globalIDs As IEnumerable(Of Guid) _
    ) 

    Parameters

    globalIDs
    A list containing the global IDs of rows to be added to the selection.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also