2

I can't find any resources on managing Data Driven Pages with ArcObjects. E.g.: is it possible to use ArcObjects (.NET) for the following tasks:

  1. Check if the current map document has enabled Data Driven Pages?
  2. Loop through all pages and get the name, number, extent and scale of each page?
  3. Enable DPP and set the index layer?
  4. Disable DPP?

Any hints would be appreciated.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Nov 2, 2012 at 20:43

2 Answers 2

2

http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//001200000p07000000

I've used Python, not ArcObjects for this, but looks like you are limited to the interfaces, IPrintAndExport and IPageIndexControl, could be more....

And the methods with Python scripting are recommended: http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000001z1000000

answered Nov 3, 2012 at 16:09
1
  • Thanks. I've looked at the IPrintAndExport and IPageIndexControl. If that would be all I'd be really disappointed. An alternative could be to identify the page index feature class and check its attributes... Commented Nov 4, 2012 at 18:42
2

This ArcGIS Idea hints that data driven page functionality is not exposed in ArcObjects other than the IPrintAndExport interface.

answered Feb 25, 2014 at 9:47

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.