<?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 It appears that Divide Lines does not have a way to keep the parent line attributes. Is this correct? in ArcGIS Parcel Fabric Questions</title>
    <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143732#M582</link>
    <description>&lt;P&gt;I am working with the Divide Line tool.&amp;nbsp; My line feature class has several key attributes. When I divide the line (ie. 200 feet from beginning).&amp;nbsp; The tool creates the two new lines correctly.&amp;nbsp; The parent has the retired by record field assigned correctly making the parent line historic.&amp;nbsp; So Far all is good.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I have a number of attributes (such as LineType) that are not replicated in the children while others (cogo attributes and a field called source) are. Is this the expected behavior ?&amp;nbsp; (Also I am using 2.8.3).&amp;nbsp; The documentation is pretty clear that it should keep the attributes.&amp;nbsp; I am just not sure why my linetype is not kept (it has a domain) and why I lost my cogo distance on the remainder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DeanAnderson2_0-1644861417484.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/33865i9C2CB77D9F8BED70/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DeanAnderson2_0-1644861417484.png" alt="DeanAnderson2_0-1644861417484.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Feb 2022 17:59:18 GMT</pubDate>
    <dc:creator>DeanAnderson2</dc:creator>
    <dc:date>2022-02-14T17:59:18Z</dc:date>
    <item>
      <title>It appears that Divide Lines does not have a way to keep the parent line attributes. Is this correct?</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143732#M582</link>
      <description>&lt;P&gt;I am working with the Divide Line tool.&amp;nbsp; My line feature class has several key attributes. When I divide the line (ie. 200 feet from beginning).&amp;nbsp; The tool creates the two new lines correctly.&amp;nbsp; The parent has the retired by record field assigned correctly making the parent line historic.&amp;nbsp; So Far all is good.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I have a number of attributes (such as LineType) that are not replicated in the children while others (cogo attributes and a field called source) are. Is this the expected behavior ?&amp;nbsp; (Also I am using 2.8.3).&amp;nbsp; The documentation is pretty clear that it should keep the attributes.&amp;nbsp; I am just not sure why my linetype is not kept (it has a domain) and why I lost my cogo distance on the remainder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DeanAnderson2_0-1644861417484.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/33865i9C2CB77D9F8BED70/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DeanAnderson2_0-1644861417484.png" alt="DeanAnderson2_0-1644861417484.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 17:59:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143732#M582</guid>
      <dc:creator>DeanAnderson2</dc:creator>
      <dc:date>2022-02-14T17:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: It appears that Divide Lines does not have a way to keep the parent line attributes. Is this correct?</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143748#M583</link>
      <description>&lt;P&gt;This sort of thing is governed by domain split / merge policies.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/2.7/help/data/geodatabases/overview/an-overview-of-attribute-domains.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/2.7/help/data/geodatabases/overview/an-overview-of-attribute-domains.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Split policies are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Default value—The attributes of the two resulting features take on the default value for the attribute of the given feature class or subtype.&lt;/LI&gt;&lt;LI&gt;Duplicate—The attribute of the two resulting features takes on a copy of the original object's attribute value.&lt;/LI&gt;&lt;LI&gt;Geometry ratio—The attributes of resulting features are a ratio of the original feature's value. The ratio is based on the ratio in which the original geometry is divided. If the geometry is divided equally, each new feature's attribute gets one-half of the value of the original object's attribute. Geometry ratio policies only apply to domains for numeric field types.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It sounds like you want to set yours to &lt;STRONG&gt;Duplicate&lt;/STRONG&gt; for things like the LineType field.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 18:05:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143748#M583</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-02-14T18:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: It appears that Divide Lines does not have a way to keep the parent line attributes. Is this correct?</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143810#M584</link>
      <description>&lt;P&gt;Had not used that for domains before.&amp;nbsp; That fixes the domain attribute. As to the CoGo Attributes I am not sure what is up.&amp;nbsp; I just entered one line using traverse.&amp;nbsp; (n44-00-00e 200 feet long) as below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DeanAnderson2_0-1644869445688.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/33880iF7F35F8A1C420B2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DeanAnderson2_0-1644869445688.png" alt="DeanAnderson2_0-1644869445688.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I then use the divide tool and divided the line from start of line 100 feet and the results are:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DeanAnderson2_1-1644869518081.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/33881iFB228B334558E2B8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DeanAnderson2_1-1644869518081.png" alt="DeanAnderson2_1-1644869518081.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What I expect to have happen (and based on your response) would be two lines both with a length of 100. Instead my second line (while retaining the direction) has a NULL distance.&amp;nbsp; Is this the correct behavior?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not getting something.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 20:14:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143810#M584</guid>
      <dc:creator>DeanAnderson2</dc:creator>
      <dc:date>2022-02-14T20:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: It appears that Divide Lines does not have a way to keep the parent line attributes. Is this correct?</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143828#M585</link>
      <description>&lt;P&gt;That does &lt;EM&gt;not &lt;/EM&gt;look like normal behavior. If I try the same thing, I get &amp;lt;remainder line length&amp;gt; = &amp;lt;parent line length&amp;gt; - &amp;lt;division length&amp;gt;. In your example line, a 100.&lt;/P&gt;&lt;P&gt;Where is the line coming from? Is it being added as a true COGO-enabled line?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 20:59:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143828#M585</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-02-14T20:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: It appears that Divide Lines does not have a way to keep the parent line attributes. Is this correct?</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143845#M586</link>
      <description>&lt;P&gt;First - thanks so much for help on the duplicate domain issue.&amp;nbsp; That fixed the problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On my second issue.&amp;nbsp; I was concerned about the line so I created a NEW line with the traverse tool (just a simple 200 foot long straight line as illustrated above).&amp;nbsp; Attribute for cogo enabled was "entered" so not sure what is going on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Glad it works as expected for you. At least that means I understand how it is supposed to work.&amp;nbsp; Now just have to figure out what is wrong.&lt;/P&gt;&lt;P&gt;I am not sure what a "true COGO-Enabled Line" is.&amp;nbsp; I have replicated my problem using my converted taxlotline COGO data from ArcMap (non-fabric) and also from newly created lines.&amp;nbsp; We have been testing and using other commands such as Traverse on this dataset for months and it has been operating correctly (as expected).&amp;nbsp; I have also replicated my problem on a non-fabric COGO feature class that has had the "Enable COGO tool" run.&amp;nbsp; I assume this makes a COGO line?&amp;nbsp; So I think I am using COGO enabled lines.&amp;nbsp; I there some setting I missed?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 21:33:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143845#M586</guid>
      <dc:creator>DeanAnderson2</dc:creator>
      <dc:date>2022-02-14T21:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: It appears that Divide Lines does not have a way to keep the parent line attributes. Is this correct?</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143866#M587</link>
      <description>&lt;P&gt;Doing more checking.&amp;nbsp; My COGO lines appear to be OK.&amp;nbsp; When I do a line intersection and do not "Recalculate COGO Attributes" the tool calculates the cogo attributes correctly from the parent.&amp;nbsp; In the following attribute list the intersecting line is non-cogo. It is intersecting with a COGO line that has a distance of 199 ft. The two distances total to 199 feet after the intersection (as a further test this was a closed line with a one foot error. It all operated as expected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DeanAnderson2_0-1644878206820.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/33889iD6D29B887FFD4ADB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DeanAnderson2_0-1644878206820.png" alt="DeanAnderson2_0-1644878206820.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 22:37:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143866#M587</guid>
      <dc:creator>DeanAnderson2</dc:creator>
      <dc:date>2022-02-14T22:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: It appears that Divide Lines does not have a way to keep the parent line attributes. Is this correct?</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143875#M588</link>
      <description>&lt;P&gt;Final Test - Created a new geodatabase, Created a new line feature class, ran Enable CoGo tool.&amp;nbsp; Entered a four sided box (1000,1000,1000,999).&amp;nbsp; Closed it.&amp;nbsp; All looks good.&amp;nbsp; Divided the north line (1000 foot) as follows:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DeanAnderson2_1-1644879576873.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/33892i15FDA3D02ADCED5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DeanAnderson2_1-1644879576873.png" alt="DeanAnderson2_1-1644879576873.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Exhibits same behavior as before.&amp;nbsp; Second COGO line has no distance as follows:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DeanAnderson2_2-1644879623637.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/33893i0F6291357662ED2F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DeanAnderson2_2-1644879623637.png" alt="DeanAnderson2_2-1644879623637.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use the percentage option, or equal parts option in works fine (of course).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I continue to be confused.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 23:01:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143875#M588</guid>
      <dc:creator>DeanAnderson2</dc:creator>
      <dc:date>2022-02-14T23:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: It appears that Divide Lines does not have a way to keep the parent line attributes. Is this correct?</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143898#M589</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/337997"&gt;@DeanAnderson2&lt;/a&gt;, this is a bug that is present in 2.8 and earlier. It has been fixed in 2.9. If you are already on 2.9, then please let us know so that we can follow up. The second line's COGO distance is calculated, so if you are using the parcel fabric, then you should see the COGO Type field set to "Computed".&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 00:23:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143898#M589</guid>
      <dc:creator>TimHodson</dc:creator>
      <dc:date>2022-02-15T00:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: It appears that Divide Lines does not have a way to keep the parent line attributes. Is this correct?</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143900#M590</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/337997"&gt;@DeanAnderson2&lt;/a&gt;- I just read from your original post that you are on 2.8.3. As mentioned in the prior response, this is fixed in 2.9.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 00:32:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1143900#M590</guid>
      <dc:creator>TimHodson</dc:creator>
      <dc:date>2022-02-15T00:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: It appears that Divide Lines does not have a way to keep the parent line attributes. Is this correct?</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1144017#M591</link>
      <description>&lt;P&gt;Thanks Tim.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 13:17:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/it-appears-that-divide-lines-does-not-have-a-way/m-p/1144017#M591</guid>
      <dc:creator>DeanAnderson2</dc:creator>
      <dc:date>2022-02-15T13:17:01Z</dc:date>
    </item>
  </channel>
</rss>

