Hi, I have a feature layer where at first I have selected some of features on map by select tool. Again my target is to select a single feature (Red color) on map from the selected features (Blue color). Is it possible? If yes, how I can do this.
Thanks in advance.
Regards,
Mahmudul Hasan
NB: Color shown in Image
Hey @MahmudulHasan1
If this is taking place in ArcGIS Pro, you can do a select by attribute and change the selection type to "Select subset from the current selection" which will allow you to only work through that selection. You'd have to find a uniquely describing attribute to search for though.
If this is using the SDK, this documentation will help:
https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic26447.html
https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic11344.html
Cody