<?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 Z aware data linked Z geometry to elevation attribute in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/z-aware-data-linked-z-geometry-to-elevation/idi-p/1690951</link>
    <description>&lt;P&gt;It would be so helpful if z aware data could be linked to a selected elevation field in the attribute table. This would also be helpful for x, y data so it could be easily updated without having to create new features or using python.&amp;nbsp; For features that need this option, a property which selects which attribute fields related to x, y or z and have them linked so updating one updated the other automatically. (Attribute table changes updates geometry, or geometry changes updates attribute table)&lt;/P&gt;&lt;P&gt;This would make updating geometry much easier, and would be helpful for easier error detection. We have a number of geometry fields that are out of date because of datum changes, and to have to go through and update each feature with the correct z value (and future updates of x, y data) is a mammoth task. If the attribute table was linked, it would be much easier.&lt;/P&gt;&lt;P&gt;If that is not possible, maybe a more simple way of updating geometry FROM an attribute field would also be welcomed! Or updating the Adjust 3D Z tool to use a field to overwrite the value, not just add or subtract from it.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Mar 2026 06:54:19 GMT</pubDate>
    <dc:creator>LaurenAlt</dc:creator>
    <dc:date>2026-03-17T06:54:19Z</dc:date>
    <item>
      <title>Z aware data linked Z geometry to elevation attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/z-aware-data-linked-z-geometry-to-elevation/idi-p/1690951</link>
      <description>&lt;P&gt;It would be so helpful if z aware data could be linked to a selected elevation field in the attribute table. This would also be helpful for x, y data so it could be easily updated without having to create new features or using python.&amp;nbsp; For features that need this option, a property which selects which attribute fields related to x, y or z and have them linked so updating one updated the other automatically. (Attribute table changes updates geometry, or geometry changes updates attribute table)&lt;/P&gt;&lt;P&gt;This would make updating geometry much easier, and would be helpful for easier error detection. We have a number of geometry fields that are out of date because of datum changes, and to have to go through and update each feature with the correct z value (and future updates of x, y data) is a mammoth task. If the attribute table was linked, it would be much easier.&lt;/P&gt;&lt;P&gt;If that is not possible, maybe a more simple way of updating geometry FROM an attribute field would also be welcomed! Or updating the Adjust 3D Z tool to use a field to overwrite the value, not just add or subtract from it.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 06:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/z-aware-data-linked-z-geometry-to-elevation/idi-p/1690951</guid>
      <dc:creator>LaurenAlt</dc:creator>
      <dc:date>2026-03-17T06:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Z aware data linked Z geometry to elevation attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/z-aware-data-linked-z-geometry-to-elevation/idc-p/1691019#M37840</link>
      <description>&lt;P&gt;I agree.&lt;/P&gt;&lt;P&gt;In the meantime, here are two lightly-tested attribute rules to help&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// Set geometry to match your Z attribute field
// Field acted on: Shape
// Triggering Field: Z attribute
// Triggers: Update
var geo = Dictionary(Geometry($Feature))
geo["z"] = $feature.ZAttrib
geo = Geometry(geo)
return geo&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="attrib1.gif" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/149936iD7545A72D4385141/image-size/medium?v=v2&amp;amp;px=400" role="button" title="attrib1.gif" alt="attrib1.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;// Set Z attribute to match geometry
// Field acted on: Z Attribute
// Trigger Field: Shape
// Triggers: Insert, Update
var geo = Dictionary(Geometry($feature))
return geo["z"]&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="attrib2.gif" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/149961iFD668497E4A0F9BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="attrib2.gif" alt="attrib2.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 18:54:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/z-aware-data-linked-z-geometry-to-elevation/idc-p/1691019#M37840</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2026-03-17T18:54:16Z</dc:date>
    </item>
  </channel>
</rss>

