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