<?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: How to check if geometry has been changed during edit session? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-if-geometry-has-been-changed-during/m-p/1043846#M6425</link>
    <description>&lt;P&gt;Hi Kirken,&lt;/P&gt;&lt;P&gt;If you fetch the changed rows, you can use Row.HasValueChanged to determine if a field has changed. &amp;nbsp;You can get the field index of the shape field by getting the feature class definition and then calling featureClassDefinition.FindField(featureClassDefinition.GetShapeField()).&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;</description>
    <pubDate>Mon, 05 Apr 2021 16:43:11 GMT</pubDate>
    <dc:creator>RichRuh</dc:creator>
    <dc:date>2021-04-05T16:43:11Z</dc:date>
    <item>
      <title>How to check if geometry has been changed during edit session?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-if-geometry-has-been-changed-during/m-p/1043737#M6424</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I'd like to know if feature &lt;STRONG&gt;shape&lt;/STRONG&gt; has been modified during edit operation , how can I check that?&lt;/P&gt;&lt;P&gt;Using Events (e.g.&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/index.html#topic9771.html" target="_self"&gt;&lt;EM&gt;EditCompletedEventArgs&lt;/EM&gt;&lt;/A&gt;) I get list of Modified features but I need to know if each of these features have geometry changed or not.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 08:13:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-if-geometry-has-been-changed-during/m-p/1043737#M6424</guid>
      <dc:creator>kirken</dc:creator>
      <dc:date>2021-04-05T08:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if geometry has been changed during edit session?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-if-geometry-has-been-changed-during/m-p/1043846#M6425</link>
      <description>&lt;P&gt;Hi Kirken,&lt;/P&gt;&lt;P&gt;If you fetch the changed rows, you can use Row.HasValueChanged to determine if a field has changed. &amp;nbsp;You can get the field index of the shape field by getting the feature class definition and then calling featureClassDefinition.FindField(featureClassDefinition.GetShapeField()).&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 16:43:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-if-geometry-has-been-changed-during/m-p/1043846#M6425</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2021-04-05T16:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if geometry has been changed during edit session?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-if-geometry-has-been-changed-during/m-p/1044111#M6426</link>
      <description>&lt;P&gt;Thanks! I actually tried that but it does not give correct result when using after&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/index.html#topic9771.html" target="_self" rel="nofollow noopener noreferrer"&gt;EditCompletedEvent&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Edit has been completed by that time and changes stored, that's why, I guess. I should try some other event,&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic20521.html" target="_blank"&gt;EditCompletingEvent&lt;/A&gt;&amp;nbsp;maybe..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 09:41:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-check-if-geometry-has-been-changed-during/m-p/1044111#M6426</guid>
      <dc:creator>kirken</dc:creator>
      <dc:date>2021-04-06T09:41:01Z</dc:date>
    </item>
  </channel>
</rss>

