How can I zoom to 55% using arcpy in the layout view, instead of doing it manually with "Zoom to percent" button? I have 55 maps and I prefer doing it automatically with arcpy code.
Asked
Active
Viewed 86 times
1 Answers
2
I am afraid this is not exposed via arcpy. You will need either to write a .NET/Java add-in or call ArcObjects from Python using comtypes.
Alex Tereshenkov
- 29,912
- 4
- 54
- 119