Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

get list of highlighted features within a selection

$
0
0
Hi,

from arcpy (in arcmap) i can get all selected feature within a layer using :

rows = arcpy.SearchCursor("myLayerNBame")

But it will list all selected feature that appear (in blue in the attribute table).
I need to get only the features that are highlighted in the selection (in yellow in the attribute table).

Does arcpy offers a solution for this ?

Thanks

Viewing all articles
Browse latest Browse all 2485

Trending Articles