<?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 GetTemplates Hangs on Pro 3.6 in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/gettemplates-hangs-on-pro-3-6/m-p/1679588#M13403</link>
    <description>&lt;P&gt;this line is hanging on Pro 3.6&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; editTemplates = featLayer.GetTemplates();&lt;/PRE&gt;&lt;P&gt;I have a function which is basically this sample.&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/3.5/sdk/api-reference/topic9977.html" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/3.5/sdk/api-reference/topic9977.html&lt;/A&gt;&lt;BR /&gt;This has worked in all versions of Pro till 3.6. now it hangs.&lt;/P&gt;&lt;P&gt;Anyone else having issues or solution?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jan 2026 16:43:45 GMT</pubDate>
    <dc:creator>JonathanDewalt</dc:creator>
    <dc:date>2026-01-23T16:43:45Z</dc:date>
    <item>
      <title>GetTemplates Hangs on Pro 3.6</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/gettemplates-hangs-on-pro-3-6/m-p/1679588#M13403</link>
      <description>&lt;P&gt;this line is hanging on Pro 3.6&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; editTemplates = featLayer.GetTemplates();&lt;/PRE&gt;&lt;P&gt;I have a function which is basically this sample.&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/3.5/sdk/api-reference/topic9977.html" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/3.5/sdk/api-reference/topic9977.html&lt;/A&gt;&lt;BR /&gt;This has worked in all versions of Pro till 3.6. now it hangs.&lt;/P&gt;&lt;P&gt;Anyone else having issues or solution?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 16:43:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/gettemplates-hangs-on-pro-3-6/m-p/1679588#M13403</guid>
      <dc:creator>JonathanDewalt</dc:creator>
      <dc:date>2026-01-23T16:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: GetTemplates Hangs on Pro 3.6</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/gettemplates-hangs-on-pro-3-6/m-p/1679754#M13405</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have made a test&amp;nbsp; with ArcGIS Pro 3.6 SP1 and Esri ArcGIS Pro SDK sample &lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Editing/RowEventTest" target="_self"&gt;RowEventTest&lt;/A&gt; code and Esri sample data&amp;nbsp;C:\Data\FeatureTest\FeatureTest.aprx. It works fine.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jan 2026 11:23:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/gettemplates-hangs-on-pro-3-6/m-p/1679754#M13405</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2026-01-24T11:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: GetTemplates Hangs on Pro 3.6</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/gettemplates-hangs-on-pro-3-6/m-p/1679761#M13406</link>
      <description>I have a group layer and are processing each layer within. It works on the first layer but hangs on the second.&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Jan 2026 16:02:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/gettemplates-hangs-on-pro-3-6/m-p/1679761#M13406</guid>
      <dc:creator>JonathanDewalt</dc:creator>
      <dc:date>2026-01-24T16:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: GetTemplates Hangs on Pro 3.6</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/gettemplates-hangs-on-pro-3-6/m-p/1679876#M13407</link>
      <description>&lt;P&gt;I have added sample data to group layer and GetTemplates works on all layers. Have you installed SP1 on ArcGIS Pro 3.6?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 07:10:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/gettemplates-hangs-on-pro-3-6/m-p/1679876#M13407</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2026-01-26T07:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: GetTemplates Hangs on Pro 3.6</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/gettemplates-hangs-on-pro-3-6/m-p/1680239#M13413</link>
      <description>&lt;P&gt;I found a better solution.&amp;nbsp; When it loops through each layer in my group layer, the GetTemplates will work on the first but hang on the second layer.&amp;nbsp; I decided to move the GetTempaltes out of the loop method and use the GetTemplates on the group layer itself and then pass in that collection to the original method.&amp;nbsp; This way, I can simply filter the collection for the templates that belong to the layer being processed.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 15:07:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/gettemplates-hangs-on-pro-3-6/m-p/1680239#M13413</guid>
      <dc:creator>JonathanDewalt</dc:creator>
      <dc:date>2026-01-27T15:07:34Z</dc:date>
    </item>
  </channel>
</rss>

