<?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 Iterating through features without changing extent in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/iterating-through-features-without-changing-extent/m-p/423311#M4578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What I want to do is iterate through the features of a feature class without changing the zoom level and change the symbology of the selected feature.&amp;nbsp; Am I correct in assuming that this is not within the parameters of Data Driven Pages?&amp;nbsp; Are there python tools that modify layer symbology?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Apr 2013 15:16:47 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2013-04-09T15:16:47Z</dc:date>
    <item>
      <title>Iterating through features without changing extent</title>
      <link>https://community.esri.com/t5/mapping-questions/iterating-through-features-without-changing-extent/m-p/423311#M4578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What I want to do is iterate through the features of a feature class without changing the zoom level and change the symbology of the selected feature.&amp;nbsp; Am I correct in assuming that this is not within the parameters of Data Driven Pages?&amp;nbsp; Are there python tools that modify layer symbology?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 15:16:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/iterating-through-features-without-changing-extent/m-p/423311#M4578</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-04-09T15:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Iterating through features without changing extent</title>
      <link>https://community.esri.com/t5/mapping-questions/iterating-through-features-without-changing-extent/m-p/423312#M4579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are correct, DDP can't be used for this scenario because DDP will change extents for each feature in the index layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This can be done using arcpy.mapping.&amp;nbsp; You can't change the symbology for the individual symbols but what you can do is author an MXD with the appropriate symbology and also set the selection symbol.&amp;nbsp; Then iterate through the features by performing an arcpy.SelectLayerByAttribute_management on each feature to highlight it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 13:32:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/iterating-through-features-without-changing-extent/m-p/423312#M4579</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2013-04-10T13:32:26Z</dc:date>
    </item>
  </channel>
</rss>

