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.
public void Remove( IEnumerable<Guid> globalIDs )
Public Overloads Sub Remove( _ ByVal globalIDs As IEnumerable(Of Guid) _ )
Exception | Description |
---|---|
System.ArgumentNullException | globalIDs is null. |
System.InvalidOperationException | SelectionType is not SelectionType.GlobalID. |
ArcGIS.Core.Data.Exceptions.GeodatabaseException | A geodatabase-related exception has occurred. |
Target Platforms: Windows 11, Windows 10