Select to view content in your preferred language

Create Data Driven Pages in C#

2954
1
10-24-2013 05:20 AM
SergeyKharitonov
Emerging Contributor
Hi, I have one problem!
How to make a multi-page report and mapbook in arcgis 10 on ?#?
With using page definition queries.
I can't find examples of!
0 Kudos
1 Reply
FreddieGibson
Honored Contributor
This won't be possible via esri's ArcObjects API because the Data Driven Pages functionalities aren't exposed to ArcObjects.  In order to accomplish this you'd need to leverage esri's Python API.  This could be accomplished by building your own classes for the data driven pages functionalities in Python and using C# to drive these functions as needed.  I've done this quite a bit with other workflows, so I know that it is possible.  A good place to start would be on the following page for more information on Leveraging ArcPy from .NET.

Leveraging ArcPy in a .NET application
http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//000100000m0s000000
0 Kudos