<?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 Find Subtyped feature classes in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/find-subtyped-feature-classes/m-p/1488291#M84374</link>
    <description>&lt;P&gt;Polling the Community on how you typically find subtyped feature classes in a geodatabase. The use case is GIS Analyst (new hire) is handed a&amp;nbsp;geodatabase with numerous&amp;nbsp;features without any documentation.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2024 15:12:02 GMT</pubDate>
    <dc:creator>AyanPalit</dc:creator>
    <dc:date>2024-06-10T15:12:02Z</dc:date>
    <item>
      <title>Find Subtyped feature classes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-subtyped-feature-classes/m-p/1488291#M84374</link>
      <description>&lt;P&gt;Polling the Community on how you typically find subtyped feature classes in a geodatabase. The use case is GIS Analyst (new hire) is handed a&amp;nbsp;geodatabase with numerous&amp;nbsp;features without any documentation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 15:12:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-subtyped-feature-classes/m-p/1488291#M84374</guid>
      <dc:creator>AyanPalit</dc:creator>
      <dc:date>2024-06-10T15:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Find Subtyped feature classes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-subtyped-feature-classes/m-p/1488296#M84375</link>
      <description>&lt;P&gt;My go-to is the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/data-access/listsubtypes.htm" target="_self"&gt;List Subtypes&lt;/A&gt; function in arcpy, something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;def subtype_field(dataset):
    return next(iter(arcpy.da.ListSubtypes(dataset).values()))["SubtypeField"]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the returned value is the empty string then you know there's no subtypes.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 15:23:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-subtyped-feature-classes/m-p/1488296#M84375</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2024-06-10T15:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Find Subtyped feature classes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-subtyped-feature-classes/m-p/1488337#M84380</link>
      <description>&lt;P&gt;In addition to the ListSubtypes function in arcpy, there is a new GP tool called Generate Schema Report that lists just about everything in your GDB.&amp;nbsp; You can learn more about it &lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/data-management/generate-schema-report/" target="_self"&gt;here&lt;/A&gt;!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 16:36:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-subtyped-feature-classes/m-p/1488337#M84380</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2024-06-10T16:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Find Subtyped feature classes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-subtyped-feature-classes/m-p/1488672#M84417</link>
      <description>&lt;P&gt;I’d likely use Oracle SQL to query the enterprise geodatabase system tables.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 04:59:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-subtyped-feature-classes/m-p/1488672#M84417</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-06-11T04:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Find Subtyped feature classes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-subtyped-feature-classes/m-p/1660436#M99739</link>
      <description>&lt;P&gt;Thank you for mentioning this! I've been generating these reports weekly for a year now but never thought to actually &lt;EM&gt;use&lt;/EM&gt; them when I needed them&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 12:32:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-subtyped-feature-classes/m-p/1660436#M99739</guid>
      <dc:creator>ChrisTaylor2</dc:creator>
      <dc:date>2025-10-24T12:32:28Z</dc:date>
    </item>
  </channel>
</rss>

