ArcGIS Pro 3.7 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 Overloads Sub Add( _
       ByVal globalIDs As IEnumerable(Of Guid) _
    ) 
    public void Add( 
       IEnumerable<Guid> globalIDs
    )

    Parameters

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also