Position text on map programmatically

3589
2
03-19-2015 09:08 AM
RaoBase
New Contributor III

Hi I am using ArcGIS 10.2. I need few text on the map, but require these to be specific distance from bottom right and bottom left corner of map,

no matter what the mapscale is.

Any suggestions?

Tags (1)
0 Kudos
2 Replies
DamonPettitt
Occasional Contributor

Are you not able to place text (doesn't really matter what the text says) on the map layout, exactly where you want it, then name the text element and then using arcpy you can change the text for that element based on whatever logic you come up with?

DarrenWiens2
MVP Honored Contributor

Agreed. Just adding a link to the TextElement object.