<?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: Layer dependent layout text element in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/layer-dependent-layout-text-element/m-p/124765#M1458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had this same question. Then I thought about it a different way and I read a 4 year old forum post that led me in the right direction. If you change your maps into a data driven page environment then you can use page definitions and the title of the maps can become the dynamic page name of the data driven pages. Brilliant!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;Solved with this page:&lt;/SPAN&gt;&lt;BR style="background-color: #ffffff;" /&gt;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fhelp.arcgis.com%2Fen%2Farcgisdesktop%2F10.0%2Fhelp%2Findex.html%23%2F%2F00sr00000004000000" rel="nofollow" style="color: #287433; background-color: #ffffff; border: 0px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00sr00000004000000&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Dec 2016 21:49:41 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2016-12-09T21:49:41Z</dc:date>
    <item>
      <title>Layer dependent layout text element</title>
      <link>https://community.esri.com/t5/mapping-questions/layer-dependent-layout-text-element/m-p/124763#M1456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to have a dynamic text element in a map layout that changes/toggles based on map layers being turned on/off? example: I have an mxd with several layers that are shown individually in the same scale/layout. The text element would change based on which layer is on. My thinking is that it would be easier to have one mxd and check the layers on/off and print, rather that having multiple mxds that would have to be edited one at a time when changes are made. Can a python script be written to do this somehow&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 14:56:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/layer-dependent-layout-text-element/m-p/124763#M1456</guid>
      <dc:creator>JamesHarrington</dc:creator>
      <dc:date>2016-04-04T14:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Layer dependent layout text element</title>
      <link>https://community.esri.com/t5/mapping-questions/layer-dependent-layout-text-element/m-p/124764#M1457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-layers/working-with-group-layers.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-layers/working-with-group-layers.htm"&gt;Working with group layers—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp; to organize your data in the different configurations. You could also use a python script to turn layers off and on and change symbology(&lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/creating-a-layer-symbology-file.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/creating-a-layer-symbology-file.htm"&gt;Creating a layer symbology file—Help | ArcGIS for Desktop&lt;/A&gt; ). I do not think there is a method that detects layers being toggled on or off, so you would have to create a script that does all the changes for each config. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;After re-reading&amp;nbsp; your your question. Depending on what you are trying to do you might be able to use a legend with the toggling layers in it, if you just want to display the layer name. You could also set a script that turns on and off your layers and would move text elements in and out of your display. &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-mapping/textelement-class.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-mapping/textelement-class.htm"&gt;TextElement—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 12:54:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/layer-dependent-layout-text-element/m-p/124764#M1457</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2016-04-07T12:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Layer dependent layout text element</title>
      <link>https://community.esri.com/t5/mapping-questions/layer-dependent-layout-text-element/m-p/124765#M1458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had this same question. Then I thought about it a different way and I read a 4 year old forum post that led me in the right direction. If you change your maps into a data driven page environment then you can use page definitions and the title of the maps can become the dynamic page name of the data driven pages. Brilliant!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;Solved with this page:&lt;/SPAN&gt;&lt;BR style="background-color: #ffffff;" /&gt;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fhelp.arcgis.com%2Fen%2Farcgisdesktop%2F10.0%2Fhelp%2Findex.html%23%2F%2F00sr00000004000000" rel="nofollow" style="color: #287433; background-color: #ffffff; border: 0px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00sr00000004000000&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 21:49:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/layer-dependent-layout-text-element/m-p/124765#M1458</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-12-09T21:49:41Z</dc:date>
    </item>
  </channel>
</rss>

