Describe
for lyr in arcpy.mapping.ListLayers(df): if(lyr.isGroupLayer == False and lyr.isRasterLayer == False): x = arcpy.Describe(str(lyr))
"LSDSectionBoundaryAnno\Default" does not exist
for lyr in arcpy.mapping.ListLayers(mxd): if lyr.isFeatureLayer: x = arcpy.Describe(lyr)
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.