<?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 create a custom FeatureClass using SDK? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-create-a-custom-featureclass-using-sdk/m-p/784209#M1220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No you are not looking in the wrong place. Agreed- all this geoprocessing stuff for basic GDB,FC and Field creation is really, really nasty. It's so slow when you have a few fields to make. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how to make a field via GP&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/message/559621#comment-559621" title="https://community.esri.com/message/559621#comment-559621"&gt;https://community.esri.com/message/559621#comment-559621&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2016 17:26:26 GMT</pubDate>
    <dc:creator>AdamDavis</dc:creator>
    <dc:date>2016-03-02T17:26:26Z</dc:date>
    <item>
      <title>How to create a custom FeatureClass using SDK?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-create-a-custom-featureclass-using-sdk/m-p/784208#M1219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently looking for a way to create new workspaces and custom FeatureClasses with the Pro SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment, i'm using Geoprocessing tools to create a new GDB workspace and a new &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-feature-class.htm"&gt;FeatureClass&lt;/A&gt; (using an existing layer as a schema template). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Geoprocessing.ExecuteToolAsync("management.CreateGDB", parameters)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Geoprocessing.ExecuteToolAsync(&lt;/STRONG&gt;&lt;SPAN class="pl-s"&gt;&lt;STRONG&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;management.CreateFeatureClass&lt;/STRONG&gt;&lt;SPAN class="pl-pds"&gt;&lt;STRONG&gt;", parameters)&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is fine if I have a template FeatureClass already. But how do I go about creating custom fields? There must be a way to create FeatureClasses without geoprocessing tools?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't find anything in the &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProSnippets-Geodatabase"&gt;geodatabase snippets&lt;/A&gt; page to suggest this was possible, but it seems like a pretty vital operation. Am I looking in the wrong place?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 16:07:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-create-a-custom-featureclass-using-sdk/m-p/784208#M1219</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-03-02T16:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom FeatureClass using SDK?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-create-a-custom-featureclass-using-sdk/m-p/784209#M1220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No you are not looking in the wrong place. Agreed- all this geoprocessing stuff for basic GDB,FC and Field creation is really, really nasty. It's so slow when you have a few fields to make. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how to make a field via GP&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/message/559621#comment-559621" title="https://community.esri.com/message/559621#comment-559621"&gt;https://community.esri.com/message/559621#comment-559621&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 17:26:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-create-a-custom-featureclass-using-sdk/m-p/784209#M1220</guid>
      <dc:creator>AdamDavis</dc:creator>
      <dc:date>2016-03-02T17:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom FeatureClass using SDK?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-create-a-custom-featureclass-using-sdk/m-p/784210#M1221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers Adam. Just what I need. I'm surprised these operations aren't exposed outside of GP. Hoping they will be at some point. Not nice at all to work with. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 17:42:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-create-a-custom-featureclass-using-sdk/m-p/784210#M1221</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-03-02T17:42:30Z</dc:date>
    </item>
  </channel>
</rss>

