Select to view content in your preferred language

Feature selection on map by select tool from selected features.

189
1
08-29-2024 02:43 AM
MahmudulHasan1
New Contributor

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

0 Kudos
1 Reply
CodyPatterson
Frequent Contributor

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.

CodyPatterson_0-1724929437063.png

 

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

0 Kudos