import arcpy mxd = arcpy.mapping.MapDocument("CURRENT") # your title has to have "title" in the element name box (right-click on it \properties\size and position) titleItem = arcpy.mapping.ListLayoutElements(mxd, "TEXT_ELEMENT", "title")[0] # change the title´s text titleItem.text = "some new title"
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.