Data Driven Pages Single Page Element

2608
1
09-29-2014 07:58 AM
JustinWest
New Contributor III

Good morning everyone,

 

I am working with some DDP layouts and need to add a text note on one page but not have it appear on any others. I see that a lot of people are using Python to script attribute tables into their pages but mine is not a part of a layer or feature. Is there a way to do this?

 

Thanks,

 

Justin

0 Kudos
1 Reply
JorgeOrellana
Occasional Contributor II

It is possible to do it in python. you would just need to create a text box in the MXD and type in the note that you wish to add to the map. Place the note in the  location you wish to place it on. Now Right click on the text box and go to the Properties>Size and Position tab. Under element name give it a name, in your case say call it Note and make a note of he XY position of it and move it somewhere off your layout view.

Now via python you can access this element and have a trigger, say for example when page name  from your DPP = page 5 then set text box position equal to the position noted above and once you are off that page, set the text box position to something out of your layout view.

0 Kudos