<?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 What kind of edit? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/what-kind-of-edit/m-p/657112#M17663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;do you now a way to determine what kind of edits are made on a feature?&lt;/P&gt;&lt;P&gt;So, by the "OnUpdate" event handler is easy manage a generic edit event on a feature, but seems no possible to now if the edit concern the geometry or an attribute (and, obiouvsly, WHICH attribute).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabiano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2015 16:33:26 GMT</pubDate>
    <dc:creator>FabianoFerrazza</dc:creator>
    <dc:date>2015-07-16T16:33:26Z</dc:date>
    <item>
      <title>What kind of edit?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/what-kind-of-edit/m-p/657112#M17663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;do you now a way to determine what kind of edits are made on a feature?&lt;/P&gt;&lt;P&gt;So, by the "OnUpdate" event handler is easy manage a generic edit event on a feature, but seems no possible to now if the edit concern the geometry or an attribute (and, obiouvsly, WHICH attribute).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabiano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 16:33:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/what-kind-of-edit/m-p/657112#M17663</guid>
      <dc:creator>FabianoFerrazza</dc:creator>
      <dc:date>2015-07-16T16:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of edit?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/what-kind-of-edit/m-p/657113#M17664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use IRowChanges and IFeatureChanges, just QI to an existing IFeature object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 17:07:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/what-kind-of-edit/m-p/657113#M17664</guid>
      <dc:creator>JeffMatson</dc:creator>
      <dc:date>2015-07-16T17:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of edit?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/what-kind-of-edit/m-p/657114#M17665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Jeff. IRowChanges would reflect when a non-geometry attribute is updated. IFeatureChanges would reflect when there are changes to the geometry. You could utilize these within an Editor Extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IRowChanges Interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//0025000007vw000000"&gt;http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//0025000007vw000000&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IFeatureChanges Interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//0025000002qp000000"&gt;http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//0025000002qp000000&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 17:30:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/what-kind-of-edit/m-p/657114#M17665</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-07-16T17:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of edit?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/what-kind-of-edit/m-p/657115#M17666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Jeff! it's what I need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 17:23:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/what-kind-of-edit/m-p/657115#M17666</guid>
      <dc:creator>FabianoFerrazza</dc:creator>
      <dc:date>2015-07-20T17:23:31Z</dc:date>
    </item>
  </channel>
</rss>

