I have a project that has 30+ maps and 30+ layouts. I am trying to organize and clean up the project. Is there a way to see which map is used in which layout? I do not what to delete a map that is being used in a layout, and I want to remove maps that are not associated with a layout.
Solved! Go to Solution.
Hello! I think you could use the script linked to here in this article.
If you run it in the python window in your APRX (hit ctrl+enter to run), it will return your Layout names and associated map frames.
e.g. {'[LAYOUT1]': ['MAP1, 'MAP2'], '[LAYOUT2]': ['MAP1, 'MAP3']}
Hello! I think you could use the script linked to here in this article.
If you run it in the python window in your APRX (hit ctrl+enter to run), it will return your Layout names and associated map frames.
e.g. {'[LAYOUT1]': ['MAP1, 'MAP2'], '[LAYOUT2]': ['MAP1, 'MAP3']}