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
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.