Select to view content in your preferred language

SelectLayerByLocation support or alternative

387
1
11-27-2012 12:31 PM
Labels (1)
MatthewBrown1
Deactivated User
Hi,

I have a workflow that uses SelectLayerByLocation in Desktop, but I note that it isn't currently supported in the Runtime. Is there support planned in a future release?

Any suggestions on an alternative local GP workflow for the Runtime SDK would be appreciated. I'm using the "ARE_IDENTICAL_TO" overlap type.

Thanks,

Matt
0 Kudos
1 Reply
MatthewBrown1
Deactivated User
I have come up with a reasonably simple alternative using arcpy.da.SearchCursor with the SHAPE@ token to build a Python list that I can search for duplicated geometries.

(I could probably do something similar in C# with the features in the graphics layer.)
0 Kudos