<?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 Batch edit point layer z values to 0 in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/batch-edit-point-layer-z-values-to-0/m-p/1608168#M5173</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to batch edit the z values for all of my point layers in the utility network to be 0. I was able to do this for the line features using the solution from this post (&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/how-to-batch-edit-z-values-and-set-them-all-to/m-p/1579857#M92408" target="_self"&gt;https://community.esri.com/t5/arcgis-pro-questions/how-to-batch-edit-z-values-and-set-them-all-to/m-p/1579857#M92408&lt;/A&gt;&amp;nbsp;), but I can't figure out how to create the arcade to make this work for a point layer. Any suggestions?&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;</description>
    <pubDate>Tue, 22 Apr 2025 16:40:20 GMT</pubDate>
    <dc:creator>TanyaWright1</dc:creator>
    <dc:date>2025-04-22T16:40:20Z</dc:date>
    <item>
      <title>Batch edit point layer z values to 0</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/batch-edit-point-layer-z-values-to-0/m-p/1608168#M5173</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to batch edit the z values for all of my point layers in the utility network to be 0. I was able to do this for the line features using the solution from this post (&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/how-to-batch-edit-z-values-and-set-them-all-to/m-p/1579857#M92408" target="_self"&gt;https://community.esri.com/t5/arcgis-pro-questions/how-to-batch-edit-z-values-and-set-them-all-to/m-p/1579857#M92408&lt;/A&gt;&amp;nbsp;), but I can't figure out how to create the arcade to make this work for a point layer. Any suggestions?&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 16:40:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/batch-edit-point-layer-z-values-to-0/m-p/1608168#M5173</guid>
      <dc:creator>TanyaWright1</dc:creator>
      <dc:date>2025-04-22T16:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Batch edit point layer z values to 0</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/batch-edit-point-layer-z-values-to-0/m-p/1608407#M5175</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/298406"&gt;@TanyaWright1&lt;/a&gt;&amp;nbsp;- much simpler with a point. Use the "Calculate Field" option on the Shape Field.&amp;nbsp;&lt;BR /&gt;Use the following arcade operation.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var geom = Geometry($feature)
var new_point = Point({
    x: geom.x,
    y: geom.y,
    z: 0,
    spatialReference: geom.spatialReference
})
return new_point&lt;/LI-CODE&gt;&lt;P&gt;Tried it out on a test dataset, where z = 10&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gis_KIWI4_0-1745407270548.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130782i67254B6C1E1A1258/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gis_KIWI4_0-1745407270548.png" alt="gis_KIWI4_0-1745407270548.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 11:21:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/batch-edit-point-layer-z-values-to-0/m-p/1608407#M5175</guid>
      <dc:creator>gis_KIWI4</dc:creator>
      <dc:date>2025-04-23T11:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Batch edit point layer z values to 0</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/batch-edit-point-layer-z-values-to-0/m-p/1608436#M5176</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/595273"&gt;@gis_KIWI4&lt;/a&gt;&amp;nbsp;thank you so much! This worked perfectly. Have a great day!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 13:00:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/batch-edit-point-layer-z-values-to-0/m-p/1608436#M5176</guid>
      <dc:creator>TanyaWright1</dc:creator>
      <dc:date>2025-04-23T13:00:43Z</dc:date>
    </item>
  </channel>
</rss>

