<?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: batch create steepest path in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/batch-create-steepest-path/m-p/686257#M4700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be the steepest path tool hooks into environment settings? You can set environmental settings with ArcObjects, it is discussed &lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/Working_with_the_analysis_environment/00010000023w000000/"&gt;here&lt;/A&gt; but I don't know if they affect 3D analyst objects?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2014 16:11:12 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2014-07-22T16:11:12Z</dc:date>
    <item>
      <title>batch create steepest path</title>
      <link>https://community.esri.com/t5/developers-questions/batch-create-steepest-path/m-p/686256#M4699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have write some code on VBA to create steepest path from the given points and DTM (Raster) and store the 3D Line in the Polyline Layer, but the result for those Polyline Line is different compare with using the 3d Toolbar by click one by one, when i run the VBA, some output polyline will go to the neighbor cell of my given point and then flow to the steepest path, i have attached the result create by the code and the result that i expect and also the code here, does anyone know what problem is it (any setting in isurface??) or have see it before, Please Help and Big thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; figure_01: the topo and the point&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; figure_02: the result that i create by running my code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; figure_03: the zoom in result of figure_02&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; figure_04: my expect result created by using the 3d Toolbar (create steepest path)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; figure_05: the zoom in result of figure_04&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Code&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : the coding&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Roy Ho&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 00:57:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/batch-create-steepest-path/m-p/686256#M4699</guid>
      <dc:creator>hoho</dc:creator>
      <dc:date>2014-07-14T00:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: batch create steepest path</title>
      <link>https://community.esri.com/t5/developers-questions/batch-create-steepest-path/m-p/686257#M4700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be the steepest path tool hooks into environment settings? You can set environmental settings with ArcObjects, it is discussed &lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/Working_with_the_analysis_environment/00010000023w000000/"&gt;here&lt;/A&gt; but I don't know if they affect 3D analyst objects?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 16:11:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/batch-create-steepest-path/m-p/686257#M4700</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2014-07-22T16:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: batch create steepest path</title>
      <link>https://community.esri.com/t5/developers-questions/batch-create-steepest-path/m-p/686258#M4701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Duncan:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have check the setting already, and haven't find my solution, but beside using "pSurface.GetSteepestPath" Method, i find that the arcmap command is useful for me to do the same thing to create graphic object, but i don't know how to use VBA to looping and clicking all the point on the screen, do you have any idea on it, thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Roy Ho&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 01:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/batch-create-steepest-path/m-p/686258#M4701</guid>
      <dc:creator>hoho</dc:creator>
      <dc:date>2014-07-28T01:18:34Z</dc:date>
    </item>
  </channel>
</rss>

