public void Remove( IReadOnlyList<Guid> globalIDs )
Public Overloads Sub Remove( _ ByVal globalIDs As IReadOnlyList(Of Guid) _ )
Parameters
- globalIDs
- A list containing the global IDs of rows to be removed from the selection.
public void Remove( IReadOnlyList<Guid> globalIDs )
Public Overloads Sub Remove( _ ByVal globalIDs As IReadOnlyList(Of Guid) _ )
Exception | Description |
---|---|
System.ArgumentNullException | globalIDs is null. |
System.InvalidOperationException | SelectionType is not SelectionType.GlobalID. |
GeodatabaseException | A geodatabase-related exception has occurred. |
Target Platforms: Windows 10, Windows 8.1, Windows 7