Hello,
I need map frame coordinates in degrees as in dynamic text but I need to continue working with these values in python. Is it possible to get these values using Arcpy? I tried camera.getExtent() but it gives values in Map units (in my case metres) and I need it in degrees.
Thanks