<?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: Update COGO Attributes in Pro 2.4 in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/update-cogo-attributes-in-pro-2-4/m-p/1114601#M47578</link>
    <description>&lt;P&gt;Hi Chris. I hope you can help me. I have an existing line feature class. I am able to select the lines but the Update button is disabled. Any idea what I'm missing here? Thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LadyFranciscarKassama_0-1636136586210.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/26925i8E97D2C6F8981D25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LadyFranciscarKassama_0-1636136586210.png" alt="LadyFranciscarKassama_0-1636136586210.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Nov 2021 18:23:44 GMT</pubDate>
    <dc:creator>LadyFranciscarKassama</dc:creator>
    <dc:date>2021-11-05T18:23:44Z</dc:date>
    <item>
      <title>Update COGO Attributes in Pro 2.4</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/update-cogo-attributes-in-pro-2-4/m-p/401404#M17826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm glad that the Update COGO Attributes tool was added to 2.4, however is there a way to get the Direction field to mirror the project units? For instance, rather than the Direction field being portrayed in Azimuths, is there a way to have it display in Quadrant Bearing (N45-22-11E)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 12:34:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/update-cogo-attributes-in-pro-2-4/m-p/401404#M17826</guid>
      <dc:creator>SeanCarlton</dc:creator>
      <dc:date>2019-08-29T12:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Update COGO Attributes in Pro 2.4</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/update-cogo-attributes-in-pro-2-4/m-p/401405#M17827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the label expression for the COGO lines look like?&amp;nbsp;There is a SETTINGS section of the expression and this is the line you may want to check:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;var QuadrantBearingFormat = true; //set 'true' for quadrant bearing, 'false' for north azimuth&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the COGO-enabled line layer in the Contents pane &amp;gt; A labeling tab appears on the Ribbon, click it &amp;gt; For the "Direction and Distance" label class, click on the Expression button.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="458230" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/458230_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you click the Expression button, you will see the expression being used:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="458252" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/458252_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 15:38:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/update-cogo-attributes-in-pro-2-4/m-p/401405#M17827</guid>
      <dc:creator>Scott_Harris</dc:creator>
      <dc:date>2019-08-29T15:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Update COGO Attributes in Pro 2.4</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/update-cogo-attributes-in-pro-2-4/m-p/401406#M17828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="border: 0px;"&gt;Sean&amp;nbsp;-&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;If you want to simplify the editing map and use standard python vs. arcade you can change the direction field to display quadrant bearing. &amp;nbsp;This way you can forgo the lenghty expression and just use a simple one. &amp;nbsp;This also bypasses the expression if you don't want to see COGO ERROR for lines that don't have dimensions or inferred from other measurements. &amp;nbsp;I also found this to be a bit faster when drawing labels.&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;This will also update the display for things like the attribute pane and attribute window. &amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;The field designer will allow you to change the formatting, below is an example for changing to quadrant bearing - same can be done for distance (to round). &amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;IMG __jive_id="458292" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/458292_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;Expression:&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;IMG __jive_id="458290" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/458290_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;Result:&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;IMG __jive_id="458291" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/458291_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;Chris Buscaglia&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;ArcGIS Government Solutions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 20:59:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/update-cogo-attributes-in-pro-2-4/m-p/401406#M17828</guid>
      <dc:creator>ChrisBuscaglia</dc:creator>
      <dc:date>2019-08-29T20:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Update COGO Attributes in Pro 2.4</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/update-cogo-attributes-in-pro-2-4/m-p/401407#M17829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much Chris. This is exactly what I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the quick responses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2019 14:34:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/update-cogo-attributes-in-pro-2-4/m-p/401407#M17829</guid>
      <dc:creator>SeanCarlton</dc:creator>
      <dc:date>2019-09-03T14:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Update COGO Attributes in Pro 2.4</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/update-cogo-attributes-in-pro-2-4/m-p/1114601#M47578</link>
      <description>&lt;P&gt;Hi Chris. I hope you can help me. I have an existing line feature class. I am able to select the lines but the Update button is disabled. Any idea what I'm missing here? Thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LadyFranciscarKassama_0-1636136586210.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/26925i8E97D2C6F8981D25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LadyFranciscarKassama_0-1636136586210.png" alt="LadyFranciscarKassama_0-1636136586210.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 18:23:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/update-cogo-attributes-in-pro-2-4/m-p/1114601#M47578</guid>
      <dc:creator>LadyFranciscarKassama</dc:creator>
      <dc:date>2021-11-05T18:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Update COGO Attributes in Pro 2.4</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/update-cogo-attributes-in-pro-2-4/m-p/1151419#M52493</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/453210"&gt;@LadyFranciscarKassama&lt;/a&gt;&amp;nbsp;not sure why that's not working - maybe&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3062"&gt;@AmirBar-Maor&lt;/a&gt;&amp;nbsp;would have more insight.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 18:54:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/update-cogo-attributes-in-pro-2-4/m-p/1151419#M52493</guid>
      <dc:creator>ChrisBuscaglia</dc:creator>
      <dc:date>2022-03-07T18:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update COGO Attributes in Pro 2.4</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/update-cogo-attributes-in-pro-2-4/m-p/1151613#M52511</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/453210"&gt;@LadyFranciscarKassama&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming that your lines are "COGO Enabled" I think you might have a selection issue and that you have selected a polygon or a point as well - see image below.&lt;BR /&gt;If you can - try to use the selection tool that is available in the Update COGO pane. That selection tool will only select lines.&lt;/P&gt;&lt;P&gt;&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="AmirBarMaor_0-1646729364173.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/35817i994A95B165621ABC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AmirBarMaor_0-1646729364173.png" alt="AmirBarMaor_0-1646729364173.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 08:53:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/update-cogo-attributes-in-pro-2-4/m-p/1151613#M52511</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2022-03-08T08:53:15Z</dc:date>
    </item>
  </channel>
</rss>

