<?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: Directly edit a file GDB table feature class without reqruing an editing session in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/directly-edit-a-file-gdb-table-feature-class/m-p/623607#M16771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can directly edit a geodatabase using most of the same calls as you would through an edit session.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/Editing_with_the_geodatabase_API/00010000010s000000/"&gt;Editing with the geodatabase API&lt;/A&gt;&lt;SPAN&gt; help topic discusses the benefits of using an edit session and the cases where you wouldn't.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 17:27:13 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2014-02-27T17:27:13Z</dc:date>
    <item>
      <title>Directly edit a file GDB table feature class without reqruing an editing session</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/directly-edit-a-file-gdb-table-feature-class/m-p/623604#M16768</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;I am developing .NET add-in. One of the tools is going to update a list of codes stored in a table feature class in a file GDB. I don't want the editing to be done in an editing session. Is ArcObjects able to allow directly editing the table without requiring an editing session? if so, how to do it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Russel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 12:29:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/directly-edit-a-file-gdb-table-feature-class/m-p/623604#M16768</guid>
      <dc:creator>ducksunlimited</dc:creator>
      <dc:date>2014-02-27T12:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Directly edit a file GDB table feature class without reqruing an editing session</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/directly-edit-a-file-gdb-table-feature-class/m-p/623605#M16769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know if it is really relevant and does what you want, but ESRI has a File Geodatabase API that may be of use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/software/arcgis/geodatabase/interoperability"&gt;http://www.esri.com/software/arcgis/geodatabase/interoperability&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 13:53:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/directly-edit-a-file-gdb-table-feature-class/m-p/623605#M16769</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2014-02-27T13:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Directly edit a file GDB table feature class without reqruing an editing session</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/directly-edit-a-file-gdb-table-feature-class/m-p/623606#M16770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The short answer is yes, but it depends on the environment (Desktop or Engine) and the type of data you are editing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Google the help documents for &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/002z/002z0000001q000000.htm"&gt;Accessing data using cursors&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/0001/0001000001mm000000.htm"&gt;this slightly harder to find document&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 14:24:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/directly-edit-a-file-gdb-table-feature-class/m-p/623606#M16770</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2014-02-27T14:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Directly edit a file GDB table feature class without reqruing an editing session</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/directly-edit-a-file-gdb-table-feature-class/m-p/623607#M16771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can directly edit a geodatabase using most of the same calls as you would through an edit session.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/Editing_with_the_geodatabase_API/00010000010s000000/"&gt;Editing with the geodatabase API&lt;/A&gt;&lt;SPAN&gt; help topic discusses the benefits of using an edit session and the cases where you wouldn't.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 17:27:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/directly-edit-a-file-gdb-table-feature-class/m-p/623607#M16771</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-02-27T17:27:13Z</dc:date>
    </item>
  </channel>
</rss>

