<?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: Not View a selected polygon in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/not-view-a-selected-polygon/m-p/1697614#M102878</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/864493"&gt;@AllenKieslich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You don’t need to delete anything.&lt;/P&gt;&lt;P&gt;What you’re trying to do (hide a travel time polygon when you select the related point) isn’t something ArcGIS Pro does automatically just from selection.&lt;/P&gt;&lt;P&gt;In practice, you’ll need to handle it through visibility or filtering instead:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You can use a definition query or filter on the polygon layer based on a shared ID with the point.&lt;/LI&gt;&lt;LI&gt;Or keep two versions of the layer and toggle visibility depending on what you want to inspect.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The key thing is: selection itself doesn’t control layer visibility, so you have to set up a rule that defines what gets shown, rather than expecting it to react to clicks.&lt;/P&gt;&lt;P&gt;If you want it to behave dynamically (click a point → its polygon disappears instantly), then you’re usually looking at a bit of scripting or a more advanced setup.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Nektarios&lt;/P&gt;</description>
    <pubDate>Wed, 22 Apr 2026 13:24:59 GMT</pubDate>
    <dc:creator>Georgios-NektariosTselos</dc:creator>
    <dc:date>2026-04-22T13:24:59Z</dc:date>
    <item>
      <title>Not View a selected polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/not-view-a-selected-polygon/m-p/1697541#M102871</link>
      <description>&lt;P&gt;I want to not see a travel time polygon for a particular site. I can select it from the table or by selection. I do not want to delete it from table and view, just not see it in map when I select point that generated the travel time poly. I need to do it for multiple points to see affect on travel polys by removing the point.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Tx&lt;/P&gt;&lt;P&gt;Allen&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 21:23:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/not-view-a-selected-polygon/m-p/1697541#M102871</guid>
      <dc:creator>AllenKieslich</dc:creator>
      <dc:date>2026-04-21T21:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Not View a selected polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/not-view-a-selected-polygon/m-p/1697570#M102872</link>
      <description>&lt;P&gt;Can you use some unique attribute data to exclude the polygon with a definition query?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 23:51:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/not-view-a-selected-polygon/m-p/1697570#M102872</guid>
      <dc:creator>Eugene_Adkins</dc:creator>
      <dc:date>2026-04-21T23:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Not View a selected polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/not-view-a-selected-polygon/m-p/1697614#M102878</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/864493"&gt;@AllenKieslich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You don’t need to delete anything.&lt;/P&gt;&lt;P&gt;What you’re trying to do (hide a travel time polygon when you select the related point) isn’t something ArcGIS Pro does automatically just from selection.&lt;/P&gt;&lt;P&gt;In practice, you’ll need to handle it through visibility or filtering instead:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You can use a definition query or filter on the polygon layer based on a shared ID with the point.&lt;/LI&gt;&lt;LI&gt;Or keep two versions of the layer and toggle visibility depending on what you want to inspect.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The key thing is: selection itself doesn’t control layer visibility, so you have to set up a rule that defines what gets shown, rather than expecting it to react to clicks.&lt;/P&gt;&lt;P&gt;If you want it to behave dynamically (click a point → its polygon disappears instantly), then you’re usually looking at a bit of scripting or a more advanced setup.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Nektarios&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 13:24:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/not-view-a-selected-polygon/m-p/1697614#M102878</guid>
      <dc:creator>Georgios-NektariosTselos</dc:creator>
      <dc:date>2026-04-22T13:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not View a selected polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/not-view-a-selected-polygon/m-p/1697626#M102879</link>
      <description>&lt;P&gt;A definition query is the way to go, or if you're using a geoprocessing tool to do your analysis, you can reverse the selection so your tool takes everything but the one you had selected into account.&lt;/P&gt;&lt;P&gt;An easy way to make your selection into a definition query is&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/generate-definition-query-from-selection.htm" target="_blank"&gt;Generate Definition Query From Selection (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 14:24:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/not-view-a-selected-polygon/m-p/1697626#M102879</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2026-04-22T14:24:35Z</dc:date>
    </item>
  </channel>
</rss>

