Data Driven Pages - Highlight current feature

5656
5
07-18-2012 08:21 AM
MikeGrasby1
New Contributor
Hi,

Is it possible when using data driven pages to highlight the current data driven feature so that it stands out on the plan rather than manually printing each page (selecting the object).

I am using 10.1

Thanks,
Mike.
Tags (2)
0 Kudos
5 Replies
JonathanQuinn
Esri Notable Contributor
How would you like to make your index polygon stand out?  There are a couple of things you can do; you can use the Clipping options for the data frame, specify a border for the clip, exclude all layers, and your index polygon will now have a border around it:

[ATTACH=CONFIG]16199[/ATTACH]

Similar to the above, you can choose to clip the feature instead, so features only display within the boundary of the index polygon:

[ATTACH=CONFIG]16200[/ATTACH]

These options are under View > Data Frame Properties > Data Frame tab, and at the bottom, Clip Options.

Similar to the clip, you can look into Page Definition queries, which function the same as a clip.  If layers in your map have a field that includes the the page name, you can look into setting a page definition to show features that match the current page.  These are accessed through right clicking on the layer, going to Layer Properties, the Definition Query tab, and then the Page Definition option.
JoshuaDamron
Occasional Contributor III
Jonathan, Great post, I gained a new tool!
0 Kudos
JimCreighton
New Contributor III
Mike, I'm with you!  This doesn't seem to work in 10.1, although it did in 10.0.  Now the clipping options referenced take out all other features outside the data driven page polygon features, instead of highlighting them as before.  Here's a page done previously, with a nice highlight of the current feature.
[ATTACH=CONFIG]17370[/ATTACH]
Then, take a look at this one with the current set of polygons that I'm cycling through, but you can't tell which one is the selected one for the current page.
[ATTACH=CONFIG]17369[/ATTACH]

Edit after finding solution:  You've got to make a duplicate copy of the index layer, then in the Properties / Definition Query set a Page Definition and change the attributes of the layer to make it as visible as you'd like.
0 Kudos
ChristopherThompson
Occasional Contributor III
The way i've done this before is to create a layer that has a page definition on it, set the border symbol for the layer to be what I want it to be to make it 'jump off the page'.  What you end up with are at least 2 and possibly 3 different layers in your TOC based on the same feature class:

  • layer 1 is your index layer driving the pages and this is turned off

  • layer 2 is the layer with a page definition query so that ONLY the feature (i call this the 'subject feature) that matches the page displays

  • layer 3 (optional) is a layer showing all boundaries, in a more subdued symbology, this is useful if seeing the 'subject feature' relative to other polygons is useful for your application.

0 Kudos
deleted-user-yUw6wWKCYBY0
New Contributor III

JQuinn-esristaff's 'Page definition queries' solution worked perfectly for me - thanks!

0 Kudos