<?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 How to modify a feature within row events while using some geoprocessing tool? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-a-feature-within-row-events-while/m-p/1048682#M6455</link>
    <description>&lt;P&gt;Hi! I don't quite understand how to change attribute values when some geoprocessing tool (e.g. "Calculate Field" is modifying rows.&lt;STRONG&gt; I want to change some attribute values within the same row event.&lt;/STRONG&gt; I know how to do this in edit session (I followed &lt;STRONG&gt;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProSnippets-Editing#modify-a-record-within-row-events" target="_self"&gt;this&lt;/A&gt;&lt;/STRONG&gt; example and it works when I' m using Edit tab tools). But with Calculate Field using this parent Edit operation does not seem to work and I don't know why, although I get the operation from the &lt;STRONG&gt;RowChangedEvent&lt;/STRONG&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Apr 2021 12:05:04 GMT</pubDate>
    <dc:creator>kirken</dc:creator>
    <dc:date>2021-04-19T12:05:04Z</dc:date>
    <item>
      <title>How to modify a feature within row events while using some geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-a-feature-within-row-events-while/m-p/1048682#M6455</link>
      <description>&lt;P&gt;Hi! I don't quite understand how to change attribute values when some geoprocessing tool (e.g. "Calculate Field" is modifying rows.&lt;STRONG&gt; I want to change some attribute values within the same row event.&lt;/STRONG&gt; I know how to do this in edit session (I followed &lt;STRONG&gt;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProSnippets-Editing#modify-a-record-within-row-events" target="_self"&gt;this&lt;/A&gt;&lt;/STRONG&gt; example and it works when I' m using Edit tab tools). But with Calculate Field using this parent Edit operation does not seem to work and I don't know why, although I get the operation from the &lt;STRONG&gt;RowChangedEvent&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 12:05:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-a-feature-within-row-events-while/m-p/1048682#M6455</guid>
      <dc:creator>kirken</dc:creator>
      <dc:date>2021-04-19T12:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify a feature within row events while using some geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-a-feature-within-row-events-while/m-p/1048986#M6460</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Calculate Field tool doesn't allow to do "Undo" operation. It seems that it writes changes without edit operation.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 06:08:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-a-feature-within-row-events-while/m-p/1048986#M6460</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2021-04-20T06:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify a feature within row events while using some geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-a-feature-within-row-events-while/m-p/1048993#M6462</link>
      <description>&lt;P&gt;Actually it is possible to enable undo for the calculate field as well and I can listen for the row changed event but I haven't managed to change attributes within the same operation.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 06:32:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-a-feature-within-row-events-while/m-p/1048993#M6462</guid>
      <dc:creator>kirken</dc:creator>
      <dc:date>2021-04-20T06:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify a feature within row events while using some geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-a-feature-within-row-events-while/m-p/1048995#M6463</link>
      <description>&lt;P&gt;Before writing I have done field calculation on Enterprise database and it not allows "Undo".&lt;/P&gt;&lt;P&gt;If you can handle RowChangedEvent, then you can modify attributes like in that thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-sdk-questions/split-polygon-and-modify-its-attributes/m-p/724978" target="_self"&gt;https://community.esri.com/t5/arcgis-pro-sdk-questions/split-polygon-and-modify-its-attributes/m-p/724978&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 06:44:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-a-feature-within-row-events-while/m-p/1048995#M6463</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2021-04-20T06:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify a feature within row events while using some geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-a-feature-within-row-events-while/m-p/1051277#M6509</link>
      <description>&lt;P&gt;Actually I did some more testing and found that I can only listen for the&amp;nbsp;&lt;SPAN&gt;row changed event of geoprocessing tools if I 'm in edit session, otherwise not.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 12:52:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-a-feature-within-row-events-while/m-p/1051277#M6509</guid>
      <dc:creator>kirken</dc:creator>
      <dc:date>2021-04-26T12:52:05Z</dc:date>
    </item>
  </channel>
</rss>

