public void Add( IEnumerable<Guid> globalIDs )
Public Overloads Sub Add( _ ByVal globalIDs As IEnumerable(Of Guid) _ )
Parameters
- globalIDs
- A list containing the global IDs of rows to be added to the selection.
public void Add( IEnumerable<Guid> globalIDs )
Public Overloads Sub Add( _ 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