I have an mxd with three data frames. I've written a python script that loops through a list of user-specified coordinates and scales for each data frame before exporting the mxd as a pdf.
Is there a way to "turn off" one of the data frames using python? (e.g. set data frame 1's visibility to False leaving just data frames 2 and 3 visible). The best idea I can come up with is to move data frames off screen when they're not needed and bring them back when they are.
أكثر...
Is there a way to "turn off" one of the data frames using python? (e.g. set data frame 1's visibility to False leaving just data frames 2 and 3 visible). The best idea I can come up with is to move data frames off screen when they're not needed and bring them back when they are.
أكثر...