<?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 Is there any command to reuse create project from blank template in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-any-command-to-reuse-create-project-from/m-p/162894#M7380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any command or way to do in ArcGIS pro sdk to create project from blank template behavior at my custom config addin?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically we would like to reuse existing ArcGIS pro startup page and extend with additional function at startup page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I have any reference like daml or xaml?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Than&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2020 06:07:16 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-03-17T06:07:16Z</dc:date>
    <item>
      <title>Is there any command to reuse create project from blank template</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-any-command-to-reuse-create-project-from/m-p/162894#M7380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any command or way to do in ArcGIS pro sdk to create project from blank template behavior at my custom config addin?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically we would like to reuse existing ArcGIS pro startup page and extend with additional function at startup page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I have any reference like daml or xaml?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Than&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2020 06:07:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-any-command-to-reuse-create-project-from/m-p/162894#M7380</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-03-17T06:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any command to reuse create project from blank template</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-any-command-to-reuse-create-project-from/m-p/162895#M7381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just for other people reference, I figured it out how to do the same behavior with below code. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt; &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; defaultProjectSettings &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; Project&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;GetDefaultProjectSettings&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
                    defaultProjectSettings&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;TemplateType &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; TemplateType&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Untitled&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
                    &lt;SPAN class="comment token"&gt;//Create a new project using the default project settings&lt;/SPAN&gt;
                    &lt;SPAN class="keyword token"&gt;await&lt;/SPAN&gt; Project&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;CreateAsync&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;defaultProjectSettings&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:33:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-any-command-to-reuse-create-project-from/m-p/162895#M7381</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-11T08:33:08Z</dc:date>
    </item>
  </channel>
</rss>

