<?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: Attribute Assistant - GN method to update all connected edges in Water Utilities Questions</title>
    <link>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-gn-method-to-update-all/m-p/50646#M110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the&amp;nbsp;&lt;A class="link-titled" href="https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-geometric-network/#update-from-edge-field" title="https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-geometric-network/#update-from-edge-field"&gt;Update From Edge Field&lt;/A&gt;&amp;nbsp;and &lt;A class="link-titled" href="https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-geometric-network/#update-to-edge-field" title="https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-geometric-network/#update-to-edge-field"&gt;Update To Edge Field&lt;/A&gt;&amp;nbsp;methods.&amp;nbsp; This will update the connected from/to edges when a junction is updated.&amp;nbsp; Is that what you are looking for?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2020 09:38:08 GMT</pubDate>
    <dc:creator>MikeMillerGIS</dc:creator>
    <dc:date>2020-08-19T09:38:08Z</dc:date>
    <item>
      <title>Attribute Assistant - GN method to update all connected edges</title>
      <link>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-gn-method-to-update-all/m-p/50645#M109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm late to the game on AA - very handy add-in! I have some simple data in a geometric network (one edge fc, one junction fc) and have configured some rules to populate values on my edge fc from the junction fc when creating a new edge or when a junction is updated. My DynamicValue table looks something like:&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH&gt;Table&lt;/TH&gt;&lt;TH&gt;Field&lt;/TH&gt;&lt;TH&gt;Value Method&lt;/TH&gt;&lt;TH&gt;Value Info&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Pipe&lt;/TD&gt;&lt;TD&gt;downstream_depth&lt;/TD&gt;&lt;TD&gt;TO_JUNCTION_FIELD&lt;/TD&gt;&lt;TD&gt;depth&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Pipe&lt;/TD&gt;&lt;TD&gt;upstream_depth&lt;/TD&gt;&lt;TD&gt;FROM_JUNCTION_FIELD&lt;/TD&gt;&lt;TD&gt;depth&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Chamber&lt;/TD&gt;&lt;TD&gt;depth&lt;/TD&gt;&lt;TD&gt;UPDATE_TO_EDGE_FIELD&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;downstream_depth&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Chamber&lt;/TD&gt;&lt;TD&gt;depth&lt;/TD&gt;&lt;TD&gt;UPDATE_FROM_EDGE_FIELD&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;upstream_depth&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;For the UPDATE_ methods, works great when a single edge is connected to&amp;nbsp;a single junction, but in a case where two or more edges connect to one junction (a fork in the road), only one edge is updated automatically upon an edit. I can&amp;nbsp;select the other edge(s) and manually run the rules from the toolbar and the&amp;nbsp;edges are&amp;nbsp;updated as expected. Using GN tools, I can see the junction knows it's connected to 3+ edges.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to configure AA to auto-apply the UPDATE_TO/FROM_EDGE FIELD method to all edges connected to the junction?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 15:29:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-gn-method-to-update-all/m-p/50645#M109</guid>
      <dc:creator>AlistairMcDougall1</dc:creator>
      <dc:date>2020-08-18T15:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant - GN method to update all connected edges</title>
      <link>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-gn-method-to-update-all/m-p/50646#M110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the&amp;nbsp;&lt;A class="link-titled" href="https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-geometric-network/#update-from-edge-field" title="https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-geometric-network/#update-from-edge-field"&gt;Update From Edge Field&lt;/A&gt;&amp;nbsp;and &lt;A class="link-titled" href="https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-geometric-network/#update-to-edge-field" title="https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-geometric-network/#update-to-edge-field"&gt;Update To Edge Field&lt;/A&gt;&amp;nbsp;methods.&amp;nbsp; This will update the connected from/to edges when a junction is updated.&amp;nbsp; Is that what you are looking for?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 09:38:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-gn-method-to-update-all/m-p/50646#M110</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2020-08-19T09:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant - GN method to update all connected edges</title>
      <link>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-gn-method-to-update-all/m-p/50647#M111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response, I am using those methods but it seems they only will update one connected edge automatically when an edit to the junction is made? For example when I change the depth value for the middle junction:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/503931_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Only the edge to the right is updated automatically, the rest I need to select and run the rule manually from the toolbar:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/503932_2.png" /&gt;&lt;/P&gt;&lt;P&gt;Just wondering if this is expected behaviour? Thanks&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 09:47:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-gn-method-to-update-all/m-p/50647#M111</guid>
      <dc:creator>AlistairMcDougall1</dc:creator>
      <dc:date>2020-08-19T09:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant - GN method to update all connected edges</title>
      <link>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-gn-method-to-update-all/m-p/50648#M112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, sorry, missed that in your table.&amp;nbsp; Let me look at the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 09:49:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-gn-method-to-update-all/m-p/50648#M112</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2020-08-19T09:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant - GN method to update all connected edges</title>
      <link>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-gn-method-to-update-all/m-p/50649#M113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should update all connected edges, but it is based on To From&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/503936_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;I am comparing Geometry to ensure the line is connected correctly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iJuncFeat = (IJunctionFeature)iEdgeFeat.FromJunctionFeature;&lt;BR /&gt; if (((IFeature)iJuncFeat).Shape.Equals(inFeature.Shape))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I wonder if this bypassing some edges.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could I get your sample data to test?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 10:07:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-gn-method-to-update-all/m-p/50649#M113</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2020-08-19T10:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant - GN method to update all connected edges</title>
      <link>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-gn-method-to-update-all/m-p/50650#M114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely, should I send by email?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 10:24:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-gn-method-to-update-all/m-p/50650#M114</guid>
      <dc:creator>AlistairMcDougall1</dc:creator>
      <dc:date>2020-08-19T10:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant - GN method to update all connected edges</title>
      <link>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-gn-method-to-update-all/m-p/50651#M115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, that works, &lt;A href="mailto:mmiller@esri.com"&gt;mmiller@esri.com&lt;/A&gt;.&amp;nbsp; I am on vacation this and next week, so it might take me a while to review.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 10:27:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-gn-method-to-update-all/m-p/50651#M115</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2020-08-19T10:27:24Z</dc:date>
    </item>
  </channel>
</rss>

