def hasSelection(layer): desc = arcpy.Describe(layer) fidset = desc.FIDSet if fidset =="": return "False" else: # A seelction exists so OK to execute return "True"
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.