<?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: Save object IFeatureclass in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/save-object-ifeatureclass/m-p/475780#M12896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sobreescribirlo = rewritable&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i can't edit my post&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2012 07:09:51 GMT</pubDate>
    <dc:creator>HectorSanchez_Molinero</dc:creator>
    <dc:date>2012-07-13T07:09:51Z</dc:date>
    <item>
      <title>Save object IFeatureclass</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/save-object-ifeatureclass/m-p/475779#M12895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have created an object (type ifeatureclass) in the memory. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I do to guard this ifeatureclass where I want (route and name)? (shape in hdd)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is some option for sobreescribirlo if already it exists?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards. Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2012 10:43:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/save-object-ifeatureclass/m-p/475779#M12895</guid>
      <dc:creator>HectorSanchez_Molinero</dc:creator>
      <dc:date>2012-07-04T10:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Save object IFeatureclass</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/save-object-ifeatureclass/m-p/475780#M12896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sobreescribirlo = rewritable&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i can't edit my post&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 07:09:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/save-object-ifeatureclass/m-p/475780#M12896</guid>
      <dc:creator>HectorSanchez_Molinero</dc:creator>
      <dc:date>2012-07-13T07:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Save object IFeatureclass</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/save-object-ifeatureclass/m-p/475781#M12897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use IFeatureWorkspace::CreateFeatureClass to save it. Here's an &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://edndoc.esri.com/arcobjects/9.2/ComponentHelp/esriGeoDatabase/IFeatureWorkspace_CreateFeatureClass_Example.htm" rel="nofollow" target="_blank"&gt;example&lt;/A&gt;&lt;SPAN&gt; (written for VBA, but easily transferred to .NET). There's also a &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/#/Create_FeatureClass_Snippet/0049000000pz000000/" rel="nofollow" target="_blank"&gt;snippet&lt;/A&gt;&lt;SPAN&gt; available in Visual Studios called "Create FeatureClass", but you'd have to modify it a bit since it saves the featureclass to a geodatabase.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 11:59:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/save-object-ifeatureclass/m-p/475781#M12897</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2012-07-13T11:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Save object IFeatureclass</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/save-object-ifeatureclass/m-p/475782#M12898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can use IFeatureWorkspace::CreateFeatureClass to save it. Here's an &lt;A href="http://edndoc.esri.com/arcobjects/9.2/ComponentHelp/esriGeoDatabase/IFeatureWorkspace_CreateFeatureClass_Example.htm"&gt;example&lt;/A&gt; (written for VBA, but easily transferred to .NET). There's also a &lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/#/Create_FeatureClass_Snippet/0049000000pz000000/"&gt;snippet&lt;/A&gt; available in Visual Studios called "Create FeatureClass", but you'd have to modify it a bit since it saves the featureclass to a geodatabase.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ok, thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 07:36:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/save-object-ifeatureclass/m-p/475782#M12898</guid>
      <dc:creator>HectorSanchez_Molinero</dc:creator>
      <dc:date>2012-07-24T07:36:24Z</dc:date>
    </item>
  </channel>
</rss>

