Overloads Function Select( _ Optional ByVal queryFilter As QueryFilter, _ Optional ByVal method As SelectionCombinationMethod _ ) As Selection
Parameters
- queryFilter
- A query filter
- method
- A combination method.
Overloads Function Select( _ Optional ByVal queryFilter As QueryFilter, _ Optional ByVal method As SelectionCombinationMethod _ ) As Selection
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
Features or Rows in are highlighted on the map and/or the table view as a result of this method call.
If there is a definition query set on the MapMember, the Select() method will automatically work on the subset of rows in the MapMember that meet the definition criteria. You specify an additional query that will be applied after the MapMember's definition query by passing valid QueryFilter object for the QueryFilter parameter.
If the MapMember has any joins, this Select() method takes that into account.
To ensure maximum robustness, callers should explicitly dispose of the returned ArcGIS.Core.Data.Selection in either a using
statement or a finally
block.
Target Platforms: Windows 10, Windows 8.1, Windows 7