Python & Change Layout Dialog Window

2664
3
08-04-2015 03:05 AM
TrilliumLevine1
Occasional Contributor

Hello All,

I'm working on a Python Add-In in which I'd like to have a button that opens the 'Change Layout' dialog window (see screenshot).  I've been poking around and haven't been able to come up with any code that will do this.  I tried simply dragging the button into a menu in the add-in, which works locally, but doesn't seem to stick when I copy Normal.mxt over for other users.  Anyone know if it's possible to open this dialog window via python?  Any feedback is appreciated!

Trill

Tags (3)
0 Kudos
3 Replies
WesMiller
Regular Contributor III

You didn't add your screen shot

0 Kudos
TrilliumLevine1
Occasional Contributor

Screenshot:

LayoutDialog.PNG

0 Kudos
WesMiller
Regular Contributor III

I don't know of a way to open the template dialog. You could map to the mxt's location, my mxt's are located C:\Program Files (x86)\ArcGIS\Desktop10.2\MapTemplates\Traditional Layouts

0 Kudos