<?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: Detect split event in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/detect-split-event/m-p/750866#M294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, Sean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It turned out this was an &lt;A href="https://meta.stackexchange.com/questions/66377/what-is-the-xy-problem"&gt;X/Y problem&lt;/A&gt;, so I don't need a Split event in the end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2019 06:54:21 GMT</pubDate>
    <dc:creator>BerendVeldkamp</dc:creator>
    <dc:date>2019-05-23T06:54:21Z</dc:date>
    <item>
      <title>Detect split event</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/detect-split-event/m-p/750864#M292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to detect if a user has performed a Split operation? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that in this case the EditCompleted event has 1 'Modify', and 1 or more 'Creates'. In my case, the table has an ID field that must be unique, so I could check if in this situation all created records have the same ID as the modified record, but I was hoping there was a simpler way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2019 14:29:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/detect-split-event/m-p/750864#M292</guid>
      <dc:creator>BerendVeldkamp</dc:creator>
      <dc:date>2019-05-21T14:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Detect split event</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/detect-split-event/m-p/750865#M293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Berend,&lt;/P&gt;&lt;P&gt;There's no easy way at the moment to tell if a split operation has occurred. There is a splitevent in the internal editing namespace but this hasnt been made public yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 21:33:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/detect-split-event/m-p/750865#M293</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-05-22T21:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Detect split event</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/detect-split-event/m-p/750866#M294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, Sean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It turned out this was an &lt;A href="https://meta.stackexchange.com/questions/66377/what-is-the-xy-problem"&gt;X/Y problem&lt;/A&gt;, so I don't need a Split event in the end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2019 06:54:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/detect-split-event/m-p/750866#M294</guid>
      <dc:creator>BerendVeldkamp</dc:creator>
      <dc:date>2019-05-23T06:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Detect split event</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/detect-split-event/m-p/750867#M295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Berend, glad you were able to make progress could you clarify what you really needed (which you already had apparently) in place of the requested functionality and how that was a more reasonable solution to your problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 14:50:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/detect-split-event/m-p/750867#M295</guid>
      <dc:creator>JohnJones</dc:creator>
      <dc:date>2019-05-24T14:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Detect split event</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/detect-split-event/m-p/750868#M296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One of our user stories described a rule where after a split, a certain attribute value of one of the parts should retain its value, whereas that value for all other parts should be set to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was so focused on the split action, that I didn't think of the more general rule where all new features should have that value set to 0. This can easily be achieved by listening to the RowCreated event.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 07:00:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/detect-split-event/m-p/750868#M296</guid>
      <dc:creator>BerendVeldkamp</dc:creator>
      <dc:date>2019-05-28T07:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Detect split event</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/detect-split-event/m-p/1573082#M12467</link>
      <description>&lt;P&gt;Is there any update on detecting if a&amp;nbsp;&lt;SPAN&gt;split operation has occurred?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 13:55:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/detect-split-event/m-p/1573082#M12467</guid>
      <dc:creator>FabricioBezerra</dc:creator>
      <dc:date>2025-01-07T13:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Detect split event</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/detect-split-event/m-p/1647867#M13113</link>
      <description>&lt;P&gt;We have submitted a request to provide events to capture split and merge operations.&lt;/P&gt;&lt;P&gt;We want to edit the geometry using split and merge operations and capture these operations to change its attributes.&lt;BR /&gt;Since no events are available to capture split and merge operations, the attributes of the edited geometry cannot be updated.&lt;BR /&gt;The comments here state that the internal edit names contain a split event, but it is not publicly accessible.&lt;BR /&gt;We need these events to capture split and merge operations and have requested them.&lt;/P&gt;&lt;P&gt;The idea for this can be found at the following link:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-sdk-ideas/request-for-the-events-to-capture-the-split-and/idi-p/1647858/jump-to/first-unread-message" target="_blank"&gt;Request for the events to capture the split and me... - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 11:32:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/detect-split-event/m-p/1647867#M13113</guid>
      <dc:creator>AProzuk</dc:creator>
      <dc:date>2025-09-04T11:32:30Z</dc:date>
    </item>
  </channel>
</rss>

