<?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: How to retrieve the geodatabase storage type in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-retrieve-the-geodatabase-storage-type/m-p/1032907#M6304</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/365414"&gt;@Marie-ChristineNicolle&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It doesn't look like Pro provide access to the value. I am curious to know what are you trying to achieve with this storage types? Would you mind sharing few details / code snippets that will help us to understand the issue and recommend an approach?&lt;/P&gt;</description>
    <pubDate>Thu, 04 Mar 2021 15:58:44 GMT</pubDate>
    <dc:creator>Aashis</dc:creator>
    <dc:date>2021-03-04T15:58:44Z</dc:date>
    <item>
      <title>How to retrieve the geodatabase storage type</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-retrieve-the-geodatabase-storage-type/m-p/1032350#M6301</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to retrieve the geodatabase storage type from a specified FeatureClass or Geodatabase.&lt;/P&gt;&lt;P&gt;In ArcGIS Desktop, this was done with the Geodatabase.IFeatureClassStorage. The GeometryStorage property returned a&amp;nbsp;esriGeometryStorage value.&lt;/P&gt;&lt;P&gt;Do we have any equivalent in ArcGIS Pro SDK ?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 10:04:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-retrieve-the-geodatabase-storage-type/m-p/1032350#M6301</guid>
      <dc:creator>Marie-ChristineNicolle</dc:creator>
      <dc:date>2021-03-03T10:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the geodatabase storage type</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-retrieve-the-geodatabase-storage-type/m-p/1032430#M6302</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can check geodatabase connection&amp;nbsp; string:&lt;/P&gt;&lt;P&gt;FeatureClass fc = ...&lt;BR /&gt;var gdb = fc.GetDatastore() as Geodatabase;&lt;BR /&gt;string connection = gdb.GetConnectionString();&lt;/P&gt;&lt;P&gt;string workspaceName = connection.Split('=')[1];&lt;/P&gt;&lt;P&gt;string ext = Path.GetExtension(workspaceName);&lt;BR /&gt;if (string.Compare(ext, ".gdb", true) != 0 ) {&lt;BR /&gt;}&lt;BR /&gt;else if(string.Compare(ext, ".sde", true) != 0) {&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 15:18:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-retrieve-the-geodatabase-storage-type/m-p/1032430#M6302</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2021-03-03T15:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the geodatabase storage type</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-retrieve-the-geodatabase-storage-type/m-p/1032435#M6303</link>
      <description>&lt;P&gt;Just a guess: the storage_type column in the SDE_geometry_columns table.&lt;/P&gt;&lt;P&gt;Maybe whatever value is there can be cast to an&lt;A href="https://enterprise.arcgis.com/en/sdk/latest/windows/esriGeometryStorage.html" target="_self"&gt; esriGeometryStorage enum.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Even though SDE_ and GDB_ tables don't get listed, last time I checked they can still be opened and read using Pro SDK methods.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="tablediv"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Mar 2021 15:29:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-retrieve-the-geodatabase-storage-type/m-p/1032435#M6303</guid>
      <dc:creator>KirkKuykendall1</dc:creator>
      <dc:date>2021-03-03T15:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the geodatabase storage type</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-retrieve-the-geodatabase-storage-type/m-p/1032907#M6304</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/365414"&gt;@Marie-ChristineNicolle&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It doesn't look like Pro provide access to the value. I am curious to know what are you trying to achieve with this storage types? Would you mind sharing few details / code snippets that will help us to understand the issue and recommend an approach?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 15:58:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-retrieve-the-geodatabase-storage-type/m-p/1032907#M6304</guid>
      <dc:creator>Aashis</dc:creator>
      <dc:date>2021-03-04T15:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the geodatabase storage type</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-retrieve-the-geodatabase-storage-type/m-p/1033828#M6314</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This gives the GeodatabaseType not the GeodatabaseStorageType.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 06:43:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-retrieve-the-geodatabase-storage-type/m-p/1033828#M6314</guid>
      <dc:creator>Marie-ChristineNicolle</dc:creator>
      <dc:date>2021-03-08T06:43:47Z</dc:date>
    </item>
  </channel>
</rss>

