<?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: Get height from tin at specific coordinate(s) in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-height-from-tin-at-specific-coordinate-s/m-p/816724#M2614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm guessing Charlie meant to say look at &lt;A href="http://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic14900.html"&gt;GetZsFromSurfaceAsync &lt;/A&gt;Method&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jul 2017 22:10:41 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2017-07-10T22:10:41Z</dc:date>
    <item>
      <title>Get height from tin at specific coordinate(s)</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-height-from-tin-at-specific-coordinate-s/m-p/816721#M2611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get the height from a tin for a given point (or a sequence of points) using the ArcGis Pro SDK.&lt;/P&gt;&lt;P&gt;I successfully created a tin layer with the 3D Analyst Tool "Create Tin" and it looks very good in ArcGis Pro. But now I wonder how it's possible to actually get a height value from this layer? I'm aware of "&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt;Intersect3DLineWithSurface_3d" but that seems like overkill and I'd prefer to do it in plain code instead of calling a python function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also: Extracting the polygons from the tin via the "TIN Triangle" tool gave me the tin as polygons and I tried to intersect a polygon with a polyline representing a vertical ray.. but I had no success in obtaining the height.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 09:05:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-height-from-tin-at-specific-coordinate-s/m-p/816721#M2611</guid>
      <dc:creator>RehmSoftware</dc:creator>
      <dc:date>2017-07-10T09:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get height from tin at specific coordinate(s)</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-height-from-tin-at-specific-coordinate-s/m-p/816722#M2612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, there isn't a TIN specific API call in Pro to do this yet. Therefore, calling a GP tool is probably the way to go. Instead of Intersect3DLineWithSurface look at InterpolateShape, which will produce 3D points from your 2D query locations, or AddSurfacceInformation, which will add a height attribute to your 2D query point features.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are&amp;nbsp;evaluating TIN API requirements and are seeking input. Aside from spot height query, do you have other needs from a TIN API?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Clayton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 16:34:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-height-from-tin-at-specific-coordinate-s/m-p/816722#M2612</guid>
      <dc:creator>ClaytonCrawford</dc:creator>
      <dc:date>2017-07-10T16:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Get height from tin at specific coordinate(s)</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-height-from-tin-at-specific-coordinate-s/m-p/816723#M2613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 16:51:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-height-from-tin-at-specific-coordinate-s/m-p/816723#M2613</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2017-07-10T16:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Get height from tin at specific coordinate(s)</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-height-from-tin-at-specific-coordinate-s/m-p/816724#M2614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm guessing Charlie meant to say look at &lt;A href="http://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic14900.html"&gt;GetZsFromSurfaceAsync &lt;/A&gt;Method&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 22:10:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-height-from-tin-at-specific-coordinate-s/m-p/816724#M2614</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-07-10T22:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get height from tin at specific coordinate(s)</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-height-from-tin-at-specific-coordinate-s/m-p/816725#M2615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you, that's what I was looking for! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:03:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-height-from-tin-at-specific-coordinate-s/m-p/816725#M2615</guid>
      <dc:creator>RehmSoftware</dc:creator>
      <dc:date>2017-07-11T13:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get height from tin at specific coordinate(s)</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-height-from-tin-at-specific-coordinate-s/m-p/816726#M2616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clayton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you as well for your suggestions.&amp;nbsp;The InterpolateShape_3d tool did work as well but I prefer to do it via the&amp;nbsp;&lt;A href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fpro.arcgis.com%2Fen%2Fpro-app%2Fsdk%2Fapi-reference%2F%23topic14900.html" rel="nofollow" style="color: #000000; background-color: #ffffff; border: 0px; text-decoration: underline; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;GetZsFromSurfaceAsync&lt;/A&gt;-method. Maybe I need to get accustomed to using tools in my c# code first, it doesn't really feel natural to me so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from querying the tin for heights at specific coordinates there's not really much I need in a tin API to be honest. Especially since there are already tools like "Decimate Nodes" when working with a tin &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-height-from-tin-at-specific-coordinate-s/m-p/816726#M2616</guid>
      <dc:creator>RehmSoftware</dc:creator>
      <dc:date>2017-07-11T13:08:32Z</dc:date>
    </item>
  </channel>
</rss>

