Is it possible to open a Map or Layout in ArcGIS Pro using Python?

415
2
02-24-2020 03:40 PM
KadeSmith
Occasional Contributor

I'm creating a task in Pro and need some advanced work flows that open different maps based upon an attribute that is selected. Basically I'm allowing the end user to search for an employee, and then I want to show a map created for the floor that employee works on. Is it possible to change which maps are open in ArcGIS Pro using Python? 

Tags (1)
0 Kudos
2 Replies
JohannesBierer
Occasional Contributor III

Open a map might be possible with os.startfile() ?

0 Kudos
KadeSmith
Occasional Contributor

Thanks for the suggestion, but I already have the project open in ArcGIS Pro so I don't think that'll work. 

0 Kudos