<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Printing Data Driven Pages While Toggling Layers Off and On in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/printing-data-driven-pages-while-toggling-layers/m-p/9149#M105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kirsten, here's what one person did with DDP: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/25826-Constant-extent-with-Data-Driven-Pages"&gt;http://forums.arcgis.com/threads/25826-Constant-extent-with-Data-Driven-Pages&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As noted in that link, the best solution would probably be your own scripting using arcpy.&amp;nbsp; See &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2010/12/14/combining-data-driven-pages-with-python-and-arcpy-mapping/"&gt;http://blogs.esri.com/esri/arcgis/2010/12/14/combining-data-driven-pages-with-python-and-arcpy-mapping/&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Also see &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s90000002s000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s90000002s000000.htm&lt;/A&gt;&lt;SPAN&gt; for Thematic Book.&amp;nbsp; Sorry, I don't have any code to offer.&amp;nbsp; If you search on Thematic Data Driven Pages you will get more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have 9x on a computer I think there was an Arcscript called Map Atlas that would do what you wanted.&amp;nbsp; I have no idea if you could find a way to install that on a 10x machine although you might try.&amp;nbsp; If it requires VBA you could get the free extension installed and then try installing Map Atlas.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Aug 2012 12:51:58 GMT</pubDate>
    <dc:creator>JohnSobetzer</dc:creator>
    <dc:date>2012-08-02T12:51:58Z</dc:date>
    <item>
      <title>Printing Data Driven Pages While Toggling Layers Off and On</title>
      <link>https://community.esri.com/t5/mapping-questions/printing-data-driven-pages-while-toggling-layers/m-p/9145#M101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, I have a single .mxd with several data driven pages set up. While the data driven pages are printing, I want specific layers to turn off or on depending on the page. Is there any way to do that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 18:57:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/printing-data-driven-pages-while-toggling-layers/m-p/9145#M101</guid>
      <dc:creator>JonSommerville1</dc:creator>
      <dc:date>2012-03-29T18:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Data Driven Pages While Toggling Layers Off and On</title>
      <link>https://community.esri.com/t5/mapping-questions/printing-data-driven-pages-while-toggling-layers/m-p/9146#M102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After setting up a Data Driven Pages project look at the Page Definition option in the Definition Query tab of a Layer's Properties.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 11:45:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/printing-data-driven-pages-while-toggling-layers/m-p/9146#M102</guid>
      <dc:creator>JohnSobetzer</dc:creator>
      <dc:date>2012-04-02T11:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Data Driven Pages While Toggling Layers Off and On</title>
      <link>https://community.esri.com/t5/mapping-questions/printing-data-driven-pages-while-toggling-layers/m-p/9147#M103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you want to code this check out the Layer class within the data driven pages section&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Layer/00s300000008000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Layer/00s300000008000000/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;there is a read/write visible property&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 12:02:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/printing-data-driven-pages-while-toggling-layers/m-p/9147#M103</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2012-04-02T12:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Data Driven Pages While Toggling Layers Off and On</title>
      <link>https://community.esri.com/t5/mapping-questions/printing-data-driven-pages-while-toggling-layers/m-p/9148#M104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you want to code this check out the Layer class within the data driven pages section&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Layer/00s300000008000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Layer/00s300000008000000/&lt;/A&gt;&lt;BR /&gt;there is a read/write visible property&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to be able to turn off and on different layers with each mapbook page - I am working in 10.0. Easy way to do this? Page definition queries won't work since I have a series of different rasters i want to show.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 22:08:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/printing-data-driven-pages-while-toggling-layers/m-p/9148#M104</guid>
      <dc:creator>KirstenLawrence</dc:creator>
      <dc:date>2012-08-01T22:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Data Driven Pages While Toggling Layers Off and On</title>
      <link>https://community.esri.com/t5/mapping-questions/printing-data-driven-pages-while-toggling-layers/m-p/9149#M105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kirsten, here's what one person did with DDP: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/25826-Constant-extent-with-Data-Driven-Pages"&gt;http://forums.arcgis.com/threads/25826-Constant-extent-with-Data-Driven-Pages&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As noted in that link, the best solution would probably be your own scripting using arcpy.&amp;nbsp; See &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2010/12/14/combining-data-driven-pages-with-python-and-arcpy-mapping/"&gt;http://blogs.esri.com/esri/arcgis/2010/12/14/combining-data-driven-pages-with-python-and-arcpy-mapping/&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Also see &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s90000002s000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s90000002s000000.htm&lt;/A&gt;&lt;SPAN&gt; for Thematic Book.&amp;nbsp; Sorry, I don't have any code to offer.&amp;nbsp; If you search on Thematic Data Driven Pages you will get more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have 9x on a computer I think there was an Arcscript called Map Atlas that would do what you wanted.&amp;nbsp; I have no idea if you could find a way to install that on a 10x machine although you might try.&amp;nbsp; If it requires VBA you could get the free extension installed and then try installing Map Atlas.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 12:51:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/printing-data-driven-pages-while-toggling-layers/m-p/9149#M105</guid>
      <dc:creator>JohnSobetzer</dc:creator>
      <dc:date>2012-08-02T12:51:58Z</dc:date>
    </item>
  </channel>
</rss>

