import arcpymxd = arcpy.mapping.MapDocument(r"C:\Temp\testDEcDeg.mxd")for df in arcpy.mapping.ListDataFrames(mxd): print df.namefor elm in arcpy.mapping.ListLayoutElements(mxd,"DATAFRAME_ELEMENT"): print elm.nameprint df.elementWidth
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.