public void Remove( IEnumerable<long> objectIDs )
Public Overloads Sub Remove( _ ByVal objectIDs As IEnumerable(Of Long) _ )
Parameters
- objectIDs
- The object IDs of rows to be removed from the selection.
public void Remove( IEnumerable<long> objectIDs )
Public Overloads Sub Remove( _ ByVal objectIDs As IEnumerable(Of Long) _ )
Exception | Description |
---|---|
System.ArgumentNullException | objectIDs is null. |
System.ArgumentException | Any object ID in objectIDs is a negative number. |
System.InvalidOperationException | SelectionType is not SelectionType.ObjectID. |
ArcGIS.Core.Data.Exceptions.GeodatabaseException | A geodatabase-related exception has occurred. |
Target Platforms: Windows 11, Windows 10