Map coordinates to page coordinates (Python)

957
2
Jump to solution
08-28-2014 12:51 PM
DarrenWiens2
MVP Honored Contributor

Is there an arcpy function that reports page coordinates (on the layout) for map features (in a dataframe)? (Not looking for the way to derive this manually)

0 Kudos
1 Solution

Accepted Solutions
RiyasDeen
Occasional Contributor III

Hi Darren,

I doubt there is a function available readily.

Attached script gives below output. If this is what you wanted.

Untitled.png

View solution in original post

2 Replies
RiyasDeen
Occasional Contributor III

Hi Darren,

I doubt there is a function available readily.

Attached script gives below output. If this is what you wanted.

Untitled.png

DarrenWiens2
MVP Honored Contributor

Thanks, Riyas. That is approximately what I came up with, although your code did spur some new refinements. I was hoping to find a secret corner of arcpy that I'd been missing (with functions I've been without), but it sounds like it may not exist. Thanks again.

0 Kudos