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
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