<?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>idea Splitting Lines retaining attributes in ArcGIS for AutoCAD Ideas</title>
    <link>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idi-p/1177248</link>
    <description>&lt;P&gt;When splitting lines on a Web Feature Layer the attributes are completely gone on the two new features.&lt;/P&gt;&lt;P&gt;What I think would be a better function is that the attributes would be identical for the two new features that were created when one line was split into two.&lt;/P&gt;</description>
    <pubDate>Wed, 25 May 2022 16:05:14 GMT</pubDate>
    <dc:creator>DerekBannon22</dc:creator>
    <dc:date>2022-05-25T16:05:14Z</dc:date>
    <item>
      <title>Splitting Lines retaining attributes</title>
      <link>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idi-p/1177248</link>
      <description>&lt;P&gt;When splitting lines on a Web Feature Layer the attributes are completely gone on the two new features.&lt;/P&gt;&lt;P&gt;What I think would be a better function is that the attributes would be identical for the two new features that were created when one line was split into two.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 16:05:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idi-p/1177248</guid>
      <dc:creator>DerekBannon22</dc:creator>
      <dc:date>2022-05-25T16:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting Lines retaining attributes</title>
      <link>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1177250#M21</link>
      <description>&lt;P&gt;It has to do with the split/merge policy on the feature layer. Unless you have a domain with a default value specified, it's going to set them both to "null". In a geodatabase, you can set the policy to inherit values from the parent in some way, but I don't know if that's possible in a web layer.&lt;/P&gt;&lt;P&gt;I'd love to see an option of defining the split/merge policy for a layer outside of domain-specific settings.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 16:17:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1177250#M21</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-05-25T16:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting Lines retaining attributes</title>
      <link>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1177500#M22</link>
      <description>&lt;P&gt;Does it matter what type of weblayer it is (hosted vs referenced)?&lt;/P&gt;&lt;P&gt;Can you get this to work for a referenced web layer tied to an enterprise geodatabase where domain values are set?&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 12:40:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1177500#M22</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2022-05-26T12:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting Lines retaining attributes</title>
      <link>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1177714#M23</link>
      <description>&lt;P&gt;The attributes of ArcGIS features in the AutoCAD drawing are stored on the AutoCAD entity itself or are pulled from the default values for the feature layer if the attribute is not specifically set to a non-default value.&amp;nbsp; &amp;nbsp;Standard editing tools of AutoCAD like TRIM or BREAK will create a new entity and modify the geometry of the original entity.&amp;nbsp; The new entity will gain its attributes from default values. The original attributes will be retained on one of the parts.&amp;nbsp; Some AutoCAD editing functions may delete the original entity and create one or more new entities, these will also have the default attributes (lose the original attributes).&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you COPY an entity the attributes are retained on both the original and new entity.&amp;nbsp; You may consider workflow modifications where you copy a feature entity first and then modify the two versions that will retain the attributes to accomplish&amp;nbsp; the "splitting" of a feature.&lt;/P&gt;&lt;P&gt;GIS specific editing tools are a good idea either to build yourself with the supplied AutoLISP API or as a future enhancement to the core software.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 20:43:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1177714#M23</guid>
      <dc:creator>DonKuehne</dc:creator>
      <dc:date>2022-05-26T20:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting Lines retaining attributes</title>
      <link>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1177859#M24</link>
      <description>&lt;P&gt;This sounds like this topic:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/splitting-tool-wipes-values-from-agol-feature/m-p/1131937" target="_blank"&gt;Splitting tool wipes values from AGOL feature serv... - Esri Community&lt;/A&gt;&amp;nbsp;for which we've just sorted a solution with assistance from ESRI Support.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In summary, on layers published prior to 2.9, the split policy was set to "default" and ArcGIS Pro ignored it and duplicated the attributes. After 2.9, ArcGIS Pro honoured the policy, meaning we started losing attributes. The solution to this is to edit the JSON at the service admin URL and insert/modify the split policy to "Duplicate". More details in above post.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 06:50:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1177859#M24</guid>
      <dc:creator>LindsayRaabe_FPCWA</dc:creator>
      <dc:date>2022-05-27T06:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting Lines retaining attributes</title>
      <link>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1179146#M25</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/148829"&gt;@LindsayRaabe_FPCWA&lt;/a&gt;&lt;/P&gt;&lt;P&gt;This would only work if you had domains though, correct? On attributes without domains it would just add the default value?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 18:41:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1179146#M25</guid>
      <dc:creator>DerekBannon22</dc:creator>
      <dc:date>2022-06-01T18:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting Lines retaining attributes</title>
      <link>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1179288#M26</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/570553"&gt;@DerekBannon22&lt;/a&gt;&amp;nbsp;the issue was that only fields with domains were having their values wiped when a feature was split. Fields without domains (i.e. free text) retained their values as there was no split policy applied at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Therefore, the above fix only applies to fields with domains as they have been given the split policy after initially being published without it (a few versions ago) and the default policy applied was to wipe the values - not duplicate.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 00:31:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1179288#M26</guid>
      <dc:creator>LindsayRaabe_FPCWA</dc:creator>
      <dc:date>2022-06-02T00:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting Lines retaining attributes</title>
      <link>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1199428#M48</link>
      <description>&lt;P&gt;As Don mentioned above, this issue while in Pro is outside of that. ArcGIS for AutoCAD is not using the same logic as ArcGIS pro to handle this. When we bring a feature service in to ArcGIS for AutoCAD we are adding both the geometry and attributes to the AutoCAD drawing. When you split the line using the AutoCAD tools, AutoCAD does not copy that extra bit of info we store that contains the attributes to the newly split line. The split is considered something new and thus has missing attributes. We would need to develop a tool to let you copy attributes from on feature to another in order to make this happen. This is also possible now if you were to use the lisp API to develop your own command or tool to do that. Step one would be to use esri_attributes_get (&lt;A href="https://resources.arcgis.com/en/help/arcgis-for-autocad/index.html#/esri_attributes_get_AutoLISP/061p0000003z000000/" target="_blank"&gt;https://resources.arcgis.com/en/help/arcgis-for-autocad/index.html#/esri_attributes_get_AutoLISP/061p0000003z000000/&lt;/A&gt;) and then pair that with esri_attributes_set (&lt;A href="https://resources.arcgis.com/en/help/arcgis-for-autocad/index.html#/esri_attributes_set_AutoLISP/061p00000047000000/" target="_blank"&gt;https://resources.arcgis.com/en/help/arcgis-for-autocad/index.html#/esri_attributes_set_AutoLISP/061p00000047000000/&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 15:39:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1199428#M48</guid>
      <dc:creator>Randy_Garcia</dc:creator>
      <dc:date>2022-08-04T15:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting Lines retaining attributes - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1199429#M49</link>
      <description />
      <pubDate>Thu, 04 Aug 2022 15:39:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1199429#M49</guid>
      <dc:creator>Randy_Garcia</dc:creator>
      <dc:date>2022-08-04T15:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting Lines retaining attributes</title>
      <link>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1608223#M168</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/570553"&gt;@DerekBannon22&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Accompanying the version 435 release of ArcGIS for AutoCAD in Jan. 2025, the product team created a repository of LISP samples. We included a LISP sample that you motivated with your Idea post.&lt;/P&gt;&lt;P&gt;Linked below is a description, sample data set, steps, and sample LISP code for copying the attributes from one entity and adding them to another entity. Please let us know if this addresses your Idea.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/ArcGIS-for-AutoCAD-API-Samples/tree/main/Samples/CopyAttributes/AutoLisp" target="_blank"&gt;https://github.com/Esri/ArcGIS-for-AutoCAD-API-Samples/tree/main/Samples/CopyAttributes/AutoLisp&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 18:26:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1608223#M168</guid>
      <dc:creator>MichaelDavidsonPM</dc:creator>
      <dc:date>2025-04-22T18:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting Lines retaining attributes - Status changed to: Closed</title>
      <link>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1635039#M179</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/570553"&gt;@DerekBannon22&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks again for posting this Idea. Please check out the LISP sample linked in the 04-22-2025 post, and please let us know if this helps with the line splitting/attribution workflow!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 16:14:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-autocad-ideas/splitting-lines-retaining-attributes/idc-p/1635039#M179</guid>
      <dc:creator>MichaelDavidsonPM</dc:creator>
      <dc:date>2025-07-22T16:14:23Z</dc:date>
    </item>
  </channel>
</rss>

