<?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 fielddefs in File Geodatabase API Questions</title>
    <link>https://community.esri.com/t5/file-geodatabase-api-questions/fielddefs/m-p/397109#M675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there any example of how to list the fielddefs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2015 15:03:45 GMT</pubDate>
    <dc:creator>GlennFernandez</dc:creator>
    <dc:date>2015-06-08T15:03:45Z</dc:date>
    <item>
      <title>fielddefs</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/fielddefs/m-p/397109#M675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there any example of how to list the fielddefs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 15:03:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/fielddefs/m-p/397109#M675</guid>
      <dc:creator>GlennFernandez</dc:creator>
      <dc:date>2015-06-08T15:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: fielddefs</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/fielddefs/m-p/397110#M676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what your asking, but maybe this &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//018v00000012000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//018v00000012000000"&gt;ArcGIS Help 10.1&lt;/A&gt; will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 19:33:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/fielddefs/m-p/397110#M676</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2015-06-08T19:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: fielddefs</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/fielddefs/m-p/397111#M677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you mean the FieldDef C++ object defined in the FGDBAPI include/Util.h, you would use the EnumRows::GetFields, Table::GetFields, or Row::GetFields request, and from there, iterate the array, accessing each FieldDef with it's getter methods:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp; fgdbError GetName(std::wstring&amp;amp; name) const;
&amp;nbsp; fgdbError GetAlias(std::wstring&amp;amp; alias) const;
&amp;nbsp; fgdbError GetType(FieldType&amp;amp; type) const;
&amp;nbsp; fgdbError GetLength(int&amp;amp; length) const;
&amp;nbsp; fgdbError GetIsNullable(bool&amp;amp; isNullable) const;
&amp;nbsp; fgdbError GetGeometryDef(GeometryDef&amp;amp; geometryDef) const;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:09:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/fielddefs/m-p/397111#M677</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2021-12-11T18:09:44Z</dc:date>
    </item>
  </channel>
</rss>

