<?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 Copy Parallel tool - optional copy of Z values in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/copy-parallel-tool-optional-copy-of-z-values/idi-p/946041</link>
    <description>&lt;P&gt;At present the Copy Parallel tool does not copy Z values. This means that when the Copy Parallel tool is applied to a line with Z values the new lines created by the tool are effectively placed on the ground, i.e. Z=0, and the elevation of the source line is ignored.&lt;BR /&gt;&lt;BR /&gt;It would be really useful to have a check box to specify 'Copy Z value' to allow users to carry over the Zs from the source feature(s).&lt;BR /&gt;&lt;BR /&gt;I&amp;nbsp;understand that this issue has been captured in NIM044156 and resolved as 'software working as intended', hence the requirement for this request.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;!--  content transformation source ID: 087300000008LFn  --&gt;</description>
    <pubDate>Fri, 22 Jan 2021 00:27:38 GMT</pubDate>
    <dc:creator>RobJones1</dc:creator>
    <dc:date>2021-01-22T00:27:38Z</dc:date>
    <item>
      <title>Copy Parallel tool - optional copy of Z values</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/copy-parallel-tool-optional-copy-of-z-values/idi-p/946041</link>
      <description>&lt;P&gt;At present the Copy Parallel tool does not copy Z values. This means that when the Copy Parallel tool is applied to a line with Z values the new lines created by the tool are effectively placed on the ground, i.e. Z=0, and the elevation of the source line is ignored.&lt;BR /&gt;&lt;BR /&gt;It would be really useful to have a check box to specify 'Copy Z value' to allow users to carry over the Zs from the source feature(s).&lt;BR /&gt;&lt;BR /&gt;I&amp;nbsp;understand that this issue has been captured in NIM044156 and resolved as 'software working as intended', hence the requirement for this request.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;!--  content transformation source ID: 087300000008LFn  --&gt;</description>
      <pubDate>Fri, 22 Jan 2021 00:27:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/copy-parallel-tool-optional-copy-of-z-values/idi-p/946041</guid>
      <dc:creator>RobJones1</dc:creator>
      <dc:date>2021-01-22T00:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Parallel tool - optional copy of Z values</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/copy-parallel-tool-optional-copy-of-z-values/idc-p/946042#M6307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I understand that this is a NIMBUS&amp;nbsp;Bug. But this has been rejected because the Software is designed like that. But this idea would be great if we optionally capture z values from the features.&lt;BR /&gt;&lt;BR /&gt;Users who do not have the access to the workarounds can use the below workaround to capture Z values when copying the parallel lines. But you may need the VBA License if you are using version 10.0 or if you are using version 9.x you may need to install the VBA&amp;nbsp;Resources. Then you will be able to use it in the ArcMap.&lt;BR /&gt;&lt;BR /&gt;Steps: &lt;BR /&gt;1. Open a new map document and add the data you want to edit. &lt;BR /&gt;2. Start an editing session with the data. &lt;BR /&gt;3. In ArcMap, go to Tool &amp;gt; Macros &amp;gt; Visual Basic Editor. This will open the VB editor. &lt;BR /&gt;4. In the left navigation window, go to the "ThisDocument" icon in Project &amp;gt; ArcMap Object. Double-click "ThisDocument." &lt;BR /&gt;5. Now copy the script below: &lt;BR /&gt;&lt;BR /&gt;Public Sub ChangeCaptureType() &lt;BR /&gt;Dim edituid As New UID &lt;BR /&gt;Dim pEditor As IEditor &lt;BR /&gt;edituid.Value = "esriEditor.Editor" &lt;BR /&gt;Set pEditor = Application.FindExtensionByCLSID(edituid) &lt;BR /&gt;Dim pEditorZ As IEditorZ &lt;BR /&gt;Set pEditorZ = pEditor &lt;BR /&gt;pEditorZ.ZCaptureType = esriCaptureInterpolateZ &lt;BR /&gt;End Sub &lt;BR /&gt;&lt;BR /&gt;7. Navigate back to VB Editor and paste the text. Hit Enter. &lt;BR /&gt;8. Close all window of VB Editor. &lt;BR /&gt;9. In ArcMap, go to Tools &amp;gt; Macros &amp;gt; Macros. This will open the Macros dialogue box. &lt;BR /&gt;10. You should see a "ChangeCaptureType" option in the Macro name window. Highlight it in the window and then click Run. Do not be alarmed if it appears that nothing happened. Actually the macro is ready to go. 11. In ArcMap, select feature with Edit Tool, then Editor &amp;gt; copy Parallel. Set parameters and click OK. &lt;BR /&gt;12. Open the attributes for the feature and view the z column. The z values should ('ve) carried over.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. But this can be implemented as an option when the user wanted to use "Copy Parallel".

&lt;!-- content transformation source ID: 00a30000009eClC --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 13:25:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/copy-parallel-tool-optional-copy-of-z-values/idc-p/946042#M6307</guid>
      <dc:creator>JeganSomu</dc:creator>
      <dc:date>2011-03-17T13:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Parallel tool - optional copy of Z values - Status changed to: Open</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/copy-parallel-tool-optional-copy-of-z-values/idc-p/1019211#M14976</link>
      <description>&lt;P&gt;In ArcGIS Pro, the Copy Parallel tool does retain z-values of the source lines. We have a backlog item for having all modify tools honor the current z control (whether that’s a surface or a constant value).&lt;/P&gt;&lt;P&gt;As far as having the tools ignore z’s, that might be useful too. For now, the best way to remove z’s is in Edit Vertices: in the grid, CTRL+A (select all) &amp;gt; click ‘Update Z Values’ &amp;gt; set to 0.&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="Scott_Harris_0-1611339689014.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/4382iEF773BEF075F3AA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Scott_Harris_0-1611339689014.png" alt="Scott_Harris_0-1611339689014.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Scott_Harris_0-1611339689014.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 18:22:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/copy-parallel-tool-optional-copy-of-z-values/idc-p/1019211#M14976</guid>
      <dc:creator>Scott_Harris</dc:creator>
      <dc:date>2021-01-22T18:22:41Z</dc:date>
    </item>
  </channel>
</rss>

