<?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 Exploring new Table construction tool in 3.1 in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/exploring-new-table-construction-tool-in-3-1/m-p/1267459#M9528</link>
    <description>&lt;P&gt;I am exploring the new Table construction tool which is introduced in 3.1 SDK.&lt;/P&gt;&lt;P&gt;In my use case I am thinking of adding the possibility of&lt;/P&gt;&lt;P&gt;1. Showing the tool in only specific standalone tables in Create Features.&lt;/P&gt;&lt;P&gt;2. Enable/Disable the tool based on the feature selected in the map. If the required feature is not selected disable the tool.&lt;/P&gt;&lt;P&gt;Right now I am tracking the&amp;nbsp;ActiveTemplateChangedEvent to capture the same but still facing the limitations in this approach. Here if I capture this event I don't have the geometry to find the selected features&lt;/P&gt;&lt;P&gt;MapView.Active.SelectFeatures(&lt;STRONG&gt;geometry&lt;/STRONG&gt;, SelectionCombinationMethod.New, true);&lt;/P&gt;&lt;P&gt;Any help??&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Mar 2023 12:19:03 GMT</pubDate>
    <dc:creator>newbiedotnetguy</dc:creator>
    <dc:date>2023-03-14T12:19:03Z</dc:date>
    <item>
      <title>Exploring new Table construction tool in 3.1</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/exploring-new-table-construction-tool-in-3-1/m-p/1267459#M9528</link>
      <description>&lt;P&gt;I am exploring the new Table construction tool which is introduced in 3.1 SDK.&lt;/P&gt;&lt;P&gt;In my use case I am thinking of adding the possibility of&lt;/P&gt;&lt;P&gt;1. Showing the tool in only specific standalone tables in Create Features.&lt;/P&gt;&lt;P&gt;2. Enable/Disable the tool based on the feature selected in the map. If the required feature is not selected disable the tool.&lt;/P&gt;&lt;P&gt;Right now I am tracking the&amp;nbsp;ActiveTemplateChangedEvent to capture the same but still facing the limitations in this approach. Here if I capture this event I don't have the geometry to find the selected features&lt;/P&gt;&lt;P&gt;MapView.Active.SelectFeatures(&lt;STRONG&gt;geometry&lt;/STRONG&gt;, SelectionCombinationMethod.New, true);&lt;/P&gt;&lt;P&gt;Any help??&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 12:19:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/exploring-new-table-construction-tool-in-3-1/m-p/1267459#M9528</guid>
      <dc:creator>newbiedotnetguy</dc:creator>
      <dc:date>2023-03-14T12:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exploring new Table construction tool in 3.1</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/exploring-new-table-construction-tool-in-3-1/m-p/1267668#M9533</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use the condition attribute for the tool element in your config.daml to disable\enable the tool based on what is selected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic12812.html" target="_self"&gt;MapSelectionChangedEvent&lt;/A&gt; gives you the opportunity to see if the feature you want is selected. Based on that you can set your condition.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Here is a ProGuide on how you can implement your own conditions for your workflow:&amp;nbsp;&amp;nbsp;&lt;A title="ProGuide: Code Your Own States and Conditions" href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProGuide-Code-Your-Own-States-and-Conditions" target="_self"&gt;ProGuide: Code Your Own States and Conditions&amp;nbsp;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 17:08:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/exploring-new-table-construction-tool-in-3-1/m-p/1267668#M9533</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2023-03-14T17:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exploring new Table construction tool in 3.1</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/exploring-new-table-construction-tool-in-3-1/m-p/1267671#M9534</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9021"&gt;@UmaHarano&lt;/a&gt;&amp;nbsp; condition and state will give me the way to enable and disable the tool based on the feature selected. But what about the visibility of the tool for certain templates basically it should be visible for a specific standalone table and invisible for the rest?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 17:16:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/exploring-new-table-construction-tool-in-3-1/m-p/1267671#M9534</guid>
      <dc:creator>newbiedotnetguy</dc:creator>
      <dc:date>2023-03-14T17:16:30Z</dc:date>
    </item>
  </channel>
</rss>

