Select to view content in your preferred language

Arcpy: Selection can't be used as input to Clip

199
0
05-19-2023 02:19 PM
Scoth
by
Occasional Contributor

Selection results can't be used as the clipping feature in a python script. Use MakeFeatureLayer doesn't help. It doesn't give you any warning about what's wrong, it just won't return any features.

You have to save the selection as a feature class first (either in memory or on disk).

0 Kudos
0 Replies