ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Selection Class / Remove Method / Remove(IEnumerable<Guid>) Method
The global IDs of rows to be removed from the selection.

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

    Parameters

    globalIDs
    The global IDs of rows to be removed from the selection.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also