<?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: featuredataset error in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/featuredataset-error/m-p/368099#M9689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Duncan...you'll want to be more specific on your question. I'm not sure where you're seeing IPropertySet, but everything you need to do this task should be on the following two pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Creating Feature Datasets&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/00010000029z000000.htm" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/00010000029z000000.htm"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/00010000029z000000.htm&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Converting and transferring data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000003rp000000" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000003rp000000"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000003rp000000&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would assume that you can create/open a geodatabase and create/open a feature dataset with the path on disk instead of using IPropertySet. That would probably resolve the issue you're running into. If needed you could even handle all of this with the ready-to-run geoprocessing tools that are already designed to handle these tasks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2015 17:49:40 GMT</pubDate>
    <dc:creator>FreddieGibson</dc:creator>
    <dc:date>2015-11-02T17:49:40Z</dc:date>
    <item>
      <title>featuredataset error</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/featuredataset-error/m-p/368097#M9687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to export a featureclass to a featuredataset which exists in a gdb.&lt;/P&gt;&lt;P&gt;I am first connecting to a file geodatabase workpsace then using the &lt;/P&gt;&lt;P&gt;IFeatureWorkspace.CreateFeatureDataset method creating a featuredataset. when I watch this variable I noticed that the "propertyset" property on the featuredatasety set threw a COM Exception. &lt;/P&gt;&lt;P&gt;How do I resolve this error?&lt;/P&gt;&lt;P&gt;As a result I am unable to perform the export operation to export a featureclass to the featuredataset&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nigel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 10:32:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/featuredataset-error/m-p/368097#M9687</guid>
      <dc:creator>NigelDsouza</dc:creator>
      <dc:date>2015-10-29T10:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: featuredataset error</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/featuredataset-error/m-p/368098#M9688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are going to need to edit your question and add your code if you expect any chance of someone helping you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 17:24:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/featuredataset-error/m-p/368098#M9688</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2015-11-02T17:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: featuredataset error</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/featuredataset-error/m-p/368099#M9689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Duncan...you'll want to be more specific on your question. I'm not sure where you're seeing IPropertySet, but everything you need to do this task should be on the following two pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Creating Feature Datasets&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/00010000029z000000.htm" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/00010000029z000000.htm"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/00010000029z000000.htm&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Converting and transferring data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000003rp000000" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000003rp000000"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000003rp000000&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would assume that you can create/open a geodatabase and create/open a feature dataset with the path on disk instead of using IPropertySet. That would probably resolve the issue you're running into. If needed you could even handle all of this with the ready-to-run geoprocessing tools that are already designed to handle these tasks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 17:49:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/featuredataset-error/m-p/368099#M9689</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-11-02T17:49:40Z</dc:date>
    </item>
  </channel>
</rss>

