Tagged Questions
0
votes
1answer
77 views
How to update element text in arcpy.mapping? [closed]
I have a problem updating a map element text (named element1) in a map document using the following code:
a1 = '"' + ("element" + str(1)) + '"'
for elm in arcpy.mapping.ListLayoutElements(mxd, ...