In ArcMap 10.1 is it possible to create a selection set based on the extent from a Data Driven Page (DDP)?
I have a layout view with a map and a graph. The graph is set to only plot the selected set of features. Right now I am paging through the DDP and drawing the selection box manually. I would like to have the DDP also select point FC within the feature extent.
-
1What type of data are you using to define the data driven pages? If you are using polygons, you should be able to iterate through each feature and use that as a basis for select by location.Jay Guarneri– Jay Guarneri2013年02月27日 19:51:32 +00:00Commented Feb 27, 2013 at 19:51
-
No I am not using polygons but I could and then the select by location would be simple to implement.Jenny– Jenny2013年03月05日 20:51:34 +00:00Commented Mar 5, 2013 at 20:51
1 Answer 1
If your layers have a field that matches a ddp name or page number you can set a definition query on your feature class to include or exclude features that match the ddp
-
I have a field in the point FC that I believe might work with this recommendation. Thanks.Jenny– Jenny2013年03月05日 20:50:19 +00:00Commented Mar 5, 2013 at 20:50
Explore related questions
See similar questions with these tags.