<?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 Editing - Existin values got write-out in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-existin-values-got-write-out/m-p/181174#M4692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I create a tool to add new line features.&amp;nbsp; After enter the values for a new feature, the featuer is updated by&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; pFC.UpdateFeature(pFeature);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I open the table of the feature class, I observe that the new created feature does have the values as I entered.&amp;nbsp; However, the features created before loss their values (if it is int, its value&amp;nbsp; becomes 0).&amp;nbsp; How can I fix this bug?&amp;nbsp; Thanks if you can help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2012 16:02:42 GMT</pubDate>
    <dc:creator>ShaningYu</dc:creator>
    <dc:date>2012-05-24T16:02:42Z</dc:date>
    <item>
      <title>Editing - Existin values got write-out</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-existin-values-got-write-out/m-p/181174#M4692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I create a tool to add new line features.&amp;nbsp; After enter the values for a new feature, the featuer is updated by&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; pFC.UpdateFeature(pFeature);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I open the table of the feature class, I observe that the new created feature does have the values as I entered.&amp;nbsp; However, the features created before loss their values (if it is int, its value&amp;nbsp; becomes 0).&amp;nbsp; How can I fix this bug?&amp;nbsp; Thanks if you can help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 16:02:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editing-existin-values-got-write-out/m-p/181174#M4692</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2012-05-24T16:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Editing - Existin values got write-out</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-existin-values-got-write-out/m-p/181175#M4693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Based on what you said about the tool, I would recommend using store instead of updatefeature and I would also recommend creating the feature and setting the values within the same edit operation.&amp;nbsp; This will create and set the values all in one operation and will trigger the appropriate events that the different components of the editor extension and custom extension are expecting.&amp;nbsp; UpdateFeatures short-circuits the events, making faster for bulk updates but components relying on events won't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Creating_features/00010000049v000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Creating_features/00010000049v000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 17:47:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editing-existin-values-got-write-out/m-p/181175#M4693</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2012-05-24T17:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Editing - Existin values got write-out</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-existin-values-got-write-out/m-p/181176#M4694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;agray1:&amp;nbsp; Thanks for your hint.&amp;nbsp; I revised the code and used the Insert method.&amp;nbsp; Now it works well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 18:51:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editing-existin-values-got-write-out/m-p/181176#M4694</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2012-05-24T18:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Editing - Existin values got write-out</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-existin-values-got-write-out/m-p/181177#M4695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please mark the issue as answered if the problem is solved&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 19:05:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editing-existin-values-got-write-out/m-p/181177#M4695</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2012-05-24T19:05:51Z</dc:date>
    </item>
  </channel>
</rss>

