<?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: Replicate Explore tool feature selection functionality in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/replicate-explore-tool-feature-selection/m-p/1016022#M35903</link>
    <description>&lt;P&gt;You can't replicate the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Explore tool's feature selection functionality.&amp;nbsp; The selection tolerance is in pixels and the actual selection in Pro works on the graphics level considering the visible size of the selected graphic items.&amp;nbsp; Pro creates a buffer in pixels around the graphic items in the map view and then correlates them back to the feature owning the graphic.&amp;nbsp; You can utilize the selection tool built into Pro (you can create your own tool button to customize the tool in your code) and then perform your workflow on the selection changed event.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2021 17:39:09 GMT</pubDate>
    <dc:creator>Wolf</dc:creator>
    <dc:date>2021-01-12T17:39:09Z</dc:date>
    <item>
      <title>Replicate Explore tool feature selection functionality</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/replicate-explore-tool-feature-selection/m-p/1014370#M35729</link>
      <description>&lt;P&gt;When a user clicks on a map, I am creating a buffer around the clicked point and using a SpatialQueryFilter to select features that intersect the buffer. The distance that I use to create the buffer should depend on how zoomed in/out the user is. I am essentially attempting to replicate the Explore tool's feature selection functionality. I tried utilising SelectionEnvironment.SelectionTolerance as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var bufferGeom = GeometryEngine.Instance.Buffer(clickedPnt, SelectionEnvironment.SelectionTolerance)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but this gives me the same buffer distance at all zoom levels such that even when the user is zoomed in at 1:1, I still get multiple features included in my query which is not what I need.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9021"&gt;@UmaHarano&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12882"&gt;@Wolf&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 18:34:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/replicate-explore-tool-feature-selection/m-p/1014370#M35729</guid>
      <dc:creator>MarvisKisakye1</dc:creator>
      <dc:date>2021-01-06T18:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate Explore tool feature selection functionality</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/replicate-explore-tool-feature-selection/m-p/1016022#M35903</link>
      <description>&lt;P&gt;You can't replicate the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Explore tool's feature selection functionality.&amp;nbsp; The selection tolerance is in pixels and the actual selection in Pro works on the graphics level considering the visible size of the selected graphic items.&amp;nbsp; Pro creates a buffer in pixels around the graphic items in the map view and then correlates them back to the feature owning the graphic.&amp;nbsp; You can utilize the selection tool built into Pro (you can create your own tool button to customize the tool in your code) and then perform your workflow on the selection changed event.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 17:39:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/replicate-explore-tool-feature-selection/m-p/1016022#M35903</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2021-01-12T17:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate Explore tool feature selection functionality</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/replicate-explore-tool-feature-selection/m-p/1016033#M35905</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12882"&gt;@Wolf&lt;/a&gt;&amp;nbsp;I cannot use pro's selection tool because I need to select by POINT which is not available in the pro selection options. That is why I am utilizing a MapTool. When the user draws a point, I am attempting to create a buffer and select features in the buffer but I run into the issues that I explained in my original post. That is how to get a buffer distance that varies based on the scale.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 17:58:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/replicate-explore-tool-feature-selection/m-p/1016033#M35905</guid>
      <dc:creator>MarvisKisakye1</dc:creator>
      <dc:date>2021-01-12T17:58:11Z</dc:date>
    </item>
  </channel>
</rss>

