<?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 How to check whether SpatialAnalyst extension is enabled using SDK? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-whether-spatialanalyst-extension-is/m-p/829257#M3223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do see &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Framework#check-in-and-check-out-licences"&gt;this Pro SDK snippet&lt;/A&gt;&amp;nbsp;which looks for the availability of extension to checkout and check-in. Is there a way to just check whether the extension is licensed/enabled or not ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2020 10:18:58 GMT</pubDate>
    <dc:creator>sai_phaneendra</dc:creator>
    <dc:date>2020-04-22T10:18:58Z</dc:date>
    <item>
      <title>How to check whether SpatialAnalyst extension is enabled using SDK?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-whether-spatialanalyst-extension-is/m-p/829257#M3223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do see &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Framework#check-in-and-check-out-licences"&gt;this Pro SDK snippet&lt;/A&gt;&amp;nbsp;which looks for the availability of extension to checkout and check-in. Is there a way to just check whether the extension is licensed/enabled or not ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 10:18:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-whether-spatialanalyst-extension-is/m-p/829257#M3223</guid>
      <dc:creator>sai_phaneendra</dc:creator>
      <dc:date>2020-04-22T10:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to check whether SpatialAnalyst extension is enabled using SDK?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-whether-spatialanalyst-extension-is/m-p/829258#M3224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If an extension is licensed for you, it is available for you&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/functions/checkoutextension.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/functions/checkoutextension.htm"&gt;CheckOutExtension—ArcPy Functions | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/get-started/use-extensions-in-arcgis-pro.htm" title="https://pro.arcgis.com/en/pro-app/get-started/use-extensions-in-arcgis-pro.htm"&gt;Use extensions—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If your organization has purchased extension licenses, and a license has been assigned to you, the tools and functionality associated with the extension are available automatically.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unlike arcmap where you have to enable/disable and extension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 11:01:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-whether-spatialanalyst-extension-is/m-p/829258#M3224</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-04-22T11:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to check whether SpatialAnalyst extension is enabled using SDK?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-whether-spatialanalyst-extension-is/m-p/829259#M3225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be my question was not so clear, I would like to validate whether the tool is licensed/assigned and show user a message that the tool requires an extension rather than showing an error halfway through the execution where the extension comes into picture and throws an error cannot run the tool without license.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2020 04:47:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-whether-spatialanalyst-extension-is/m-p/829259#M3225</guid>
      <dc:creator>sai_phaneendra</dc:creator>
      <dc:date>2020-04-23T04:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to check whether SpatialAnalyst extension is enabled using SDK?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-whether-spatialanalyst-extension-is/m-p/829260#M3226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy

checks &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'3D'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'Spatial'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'ImageAnalyst'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; c &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; checks&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"{} ... {}"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;c&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CheckExtension&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;c&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;
    
&lt;SPAN class="number token"&gt;3D&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; Available
Spatial &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; Available
ImageAnalyst &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; Available&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;/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;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/functions/checkextension.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/functions/checkextension.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;CheckExtension—ArcPy Functions | Documentation&lt;/A&gt;&amp;nbsp; perhaps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:00:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-whether-spatialanalyst-extension-is/m-p/829260#M3226</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-12T10:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to check whether SpatialAnalyst extension is enabled using SDK?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-whether-spatialanalyst-extension-is/m-p/829261#M3227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response. I could not find a C# SDK alternative for CheckExtension method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2020 14:00:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-whether-spatialanalyst-extension-is/m-p/829261#M3227</guid>
      <dc:creator>sai_phaneendra</dc:creator>
      <dc:date>2020-04-23T14:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to check whether SpatialAnalyst extension is enabled using SDK?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-whether-spatialanalyst-extension-is/m-p/829262#M3228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sample:&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Sharing/ShowLicense"&gt;ShowLicense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;reference:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic8900.html"&gt;topic8900.html - ArcGIS.Core.Licensing.LicenseInformation&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2020 15:02:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-whether-spatialanalyst-extension-is/m-p/829262#M3228</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2020-04-23T15:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to check whether SpatialAnalyst extension is enabled using SDK?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-whether-spatialanalyst-extension-is/m-p/829263#M3229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Charles, I have tried &lt;STRONG&gt;IsAvailable&lt;/STRONG&gt; method&amp;nbsp;already and&amp;nbsp;it does return true even after the "Licensed" checkbox is turned off&amp;nbsp;using&amp;nbsp;"Configure your Licensing Options" from Licensing tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2020 20:31:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-whether-spatialanalyst-extension-is/m-p/829263#M3229</guid>
      <dc:creator>sai_phaneendra</dc:creator>
      <dc:date>2020-04-23T20:31:31Z</dc:date>
    </item>
  </channel>
</rss>

