0

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.

Jyler
  • 1,175
  • 11
  • 26
newGIS
  • 4,062
  • 4
  • 41
  • 92

1 Answers1

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