Public Overloads Sub Remove( _ ByVal globalIDs As IEnumerable(Of Guid) _ )
public void Remove( IEnumerable<Guid> globalIDs )
Parameters
- globalIDs
- The global IDs of rows to be removed from the selection.
Public Overloads Sub Remove( _ ByVal globalIDs As IEnumerable(Of Guid) _ )
public void Remove( IEnumerable<Guid> globalIDs )
| 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 Home, Pro, Enterprise (64 bit)