<?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: Feature class name in FileGDB in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/feature-class-name-in-filegdb/m-p/1024579#M9776</link>
    <description>&lt;P&gt;To get the feature class name from the File Geodabatase you will need to implement a python script as a Geoprocessing package. You can use the example Python script provided in the original thread as your starting point. Pass the path to the File Geodatabase as the input and return an appropriate output data set, for example a table of dataset names and types, or just a simple list of feature class names if your users are not adding rasters, mosaics, etc. Pass the name of the dataset selected into your function to create a file geodatabase workspace / create a map image sub layer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more information see&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/share-analysis/create-a-geoprocessing-package.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/share-analysis/create-a-geoprocessing-package.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Feb 2021 20:01:23 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2021-02-08T20:01:23Z</dc:date>
    <item>
      <title>Feature class name in FileGDB</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/feature-class-name-in-filegdb/m-p/1023809#M9770</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I need to get the Feature classes name which are in the FileGDB using ArcGIS Runtime .NET SDK.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is there any solution for this.&lt;/P&gt;&lt;P&gt;It would be happy if it is!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 07:07:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/feature-class-name-in-filegdb/m-p/1023809#M9770</guid>
      <dc:creator>Shanmugapriya55</dc:creator>
      <dc:date>2021-02-05T07:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Feature class name in FileGDB</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/feature-class-name-in-filegdb/m-p/1023940#M9773</link>
      <description>&lt;P&gt;An example solution to this question was also posted in the previous thread regarding File Geodatabase:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-runtime-sdk-for-net/have-to-add-feature-classes-from-file-geodatabase-to-map-using/m-p/1019484/highlight/true#M9689" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-runtime-sdk-for-net/have-to-add-feature-classes-from-file-geodatabase-to-map-using/m-p/1019484/highlight/true#M9689&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note instead of using ListFeatureClasses() and ListDatasets() you might consider using arcpy.da.walk:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/data-access/walk.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/data-access/walk.htm&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 20:02:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/feature-class-name-in-filegdb/m-p/1023940#M9773</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-02-08T20:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Feature class name in FileGDB</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/feature-class-name-in-filegdb/m-p/1024187#M9774</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There using python we are getting feature class name.&lt;/P&gt;&lt;P&gt;But When I am selecting the FileGDB, I want to get the feature class name which is in the FileGDB using ArcGIS .NET SDK.&lt;/P&gt;&lt;P&gt;In the previous thread we are displaying the FileGDB data to the map by mentioning the feature class name in code. But I need to get that feature class name automatically while selecting the GDB.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 09:20:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/feature-class-name-in-filegdb/m-p/1024187#M9774</guid>
      <dc:creator>Shanmugapriya55</dc:creator>
      <dc:date>2021-02-07T09:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Feature class name in FileGDB</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/feature-class-name-in-filegdb/m-p/1024579#M9776</link>
      <description>&lt;P&gt;To get the feature class name from the File Geodabatase you will need to implement a python script as a Geoprocessing package. You can use the example Python script provided in the original thread as your starting point. Pass the path to the File Geodatabase as the input and return an appropriate output data set, for example a table of dataset names and types, or just a simple list of feature class names if your users are not adding rasters, mosaics, etc. Pass the name of the dataset selected into your function to create a file geodatabase workspace / create a map image sub layer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more information see&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/share-analysis/create-a-geoprocessing-package.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/share-analysis/create-a-geoprocessing-package.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 20:01:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/feature-class-name-in-filegdb/m-p/1024579#M9776</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-02-08T20:01:23Z</dc:date>
    </item>
  </channel>
</rss>

