<?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: Editing Features in a File Geodatabase in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-features-in-a-file-geodatabase/m-p/56500#M1516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What level of ArcGIS Desktop licensing are you running?&amp;nbsp; Featureclasses with relationships require an ArcEditor or ArcInfo license to edit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Feb 2011 16:21:57 GMT</pubDate>
    <dc:creator>JonHall</dc:creator>
    <dc:date>2011-02-15T16:21:57Z</dc:date>
    <item>
      <title>Editing Features in a File Geodatabase</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-features-in-a-file-geodatabase/m-p/56498#M1514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am able to&amp;nbsp; edit features which do not have any relationships , but I am getting an exception when I try to create an Update cursor on a feature class that has relationship classes. Here is the code I am using&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IWorkspaceEdit workspaceEdit = (IWorkspaceEdit)workspace;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; workspaceEdit.StartEditing(false);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; workspaceEdit.StartEditOperation();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IFeatureClass featureClass = GetFeatureClassFromFGDB(workspace, featureClassName); //Custom Function &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; IQueryFilter queryFilter = new QueryFilter();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;queryFilter.WhereClause = GetWhereClause(.........);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IFeatureCursor featureCursor = featureClass.Update(queryFilter, true); &amp;gt;&amp;gt;&amp;gt; I am getting an exception at this point when I try to access feature classes with relationships.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error message : "Objects in this class cannot be updated outside an edit session".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error message does not seem to give correct information or it is something that I am missing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sai Dhalli&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 17:54:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editing-features-in-a-file-geodatabase/m-p/56498#M1514</guid>
      <dc:creator>SaiDhalli</dc:creator>
      <dc:date>2010-11-01T17:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Features in a File Geodatabase</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-features-in-a-file-geodatabase/m-p/56499#M1515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any chance you found a solution to this problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 14:37:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editing-features-in-a-file-geodatabase/m-p/56499#M1515</guid>
      <dc:creator>ScottPio</dc:creator>
      <dc:date>2011-02-15T14:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Features in a File Geodatabase</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-features-in-a-file-geodatabase/m-p/56500#M1516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What level of ArcGIS Desktop licensing are you running?&amp;nbsp; Featureclasses with relationships require an ArcEditor or ArcInfo license to edit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 16:21:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editing-features-in-a-file-geodatabase/m-p/56500#M1516</guid>
      <dc:creator>JonHall</dc:creator>
      <dc:date>2011-02-15T16:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Features in a File Geodatabase</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-features-in-a-file-geodatabase/m-p/56501#M1517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have gotten this intermittently too with an ArcInfo license.&amp;nbsp; Problem is it is not consistent.&amp;nbsp; I would like to know if there is a solution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 16:45:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editing-features-in-a-file-geodatabase/m-p/56501#M1517</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2011-02-15T16:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Features in a File Geodatabase</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-features-in-a-file-geodatabase/m-p/56502#M1518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;RE: IFeatureCursor featureCursor = featureClass.Update(queryFilter, true); &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try it using False for recycling parameter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 17:29:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editing-features-in-a-file-geodatabase/m-p/56502#M1518</guid>
      <dc:creator>JonHall</dc:creator>
      <dc:date>2011-02-15T17:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Features in a File Geodatabase</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-features-in-a-file-geodatabase/m-p/56503#M1519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any one got a solution for the same. Please share the solution. I am in need of a solution for the same kind of issue. Is this something bug in 9.3? I am not sure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Srinivasa.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 22:16:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editing-features-in-a-file-geodatabase/m-p/56503#M1519</guid>
      <dc:creator>srinivasaparadesi</dc:creator>
      <dc:date>2011-06-08T22:16:16Z</dc:date>
    </item>
  </channel>
</rss>

