<?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: How to create 3d surface in .net wpf using isolines or tiff data file? To get something like that 3d surface on picture but in the wpf .net application in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-3d-surface-in-net-wpf-using-isolines/m-p/503817#M6192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this one from your link:&lt;/P&gt;&lt;OL class="" style="color: #4c4c4c; background-color: #ffffff; font-size: 0.9375rem; margin: 0px 0px 1.5rem; padding: 0px 0px 1em;"&gt;&lt;LI style="margin: 0.75em 0px 0.375rem; padding: 0.3em 0.25em 0.25em 2.5em;"&gt;&lt;SPAN&gt;Create a scene and assign it to a scene view.&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE class=""&gt;&lt;SPAN class="" style="color: #006a00;"&gt;// create a new scene with a topographic basemap&lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91;"&gt;var&lt;/SPAN&gt; myScene = &lt;SPAN class="" style="color: #aa0d91;"&gt;new&lt;/SPAN&gt; Scene(Basemap.CreateTopographic()); &lt;SPAN class="" style="color: #006a00;"&gt;// add the new scene to the scene view&lt;/SPAN&gt;MySceneView.Scene = myScene;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Add an elevation surface and apply it to the scene.&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE class=""&gt;&lt;SPAN class="" style="color: #006a00;"&gt;
// create an elevation source&lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91;"&gt;var&lt;/SPAN&gt; elevationSource = &lt;SPAN class="" style="color: #aa0d91;"&gt;new&lt;/SPAN&gt; ArcGISTiledElevationSource(&lt;SPAN class="" style="color: #aa0d91;"&gt;new&lt;/SPAN&gt; System.Uri(&lt;SPAN class="" style="color: #c41a16;"&gt;"C:\\Users\\user123\\Documents\\ArcGIS\\11062020\\TopoToR_N46E11.tiff"&lt;/SPAN&gt;)); //-----added my filepath to tiff file&lt;SPAN class="" style="color: #006a00;"&gt;// create a surface and add the elevation surface&lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91;"&gt;var&lt;/SPAN&gt; sceneSurface = &lt;SPAN class="" style="color: #aa0d91;"&gt;new&lt;/SPAN&gt; Surface(); sceneSurface.ElevationSources.Add(elevationSource); &lt;SPAN class="" style="color: #006a00;"&gt;// apply the surface to the scene&lt;/SPAN&gt;MySceneView.Scene.BaseSurface = sceneSurface;

And it doesn't work( &lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 22:06:30 GMT</pubDate>
    <dc:creator>VanyaIvanov</dc:creator>
    <dc:date>2021-12-11T22:06:30Z</dc:date>
    <item>
      <title>How to create 3d surface in .net wpf using isolines or tiff data file? To get something like that 3d surface on picture but in the wpf .net application</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-3d-surface-in-net-wpf-using-isolines/m-p/503814#M6189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="496209" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/496209_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2020 09:44:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-3d-surface-in-net-wpf-using-isolines/m-p/503814#M6189</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2020-06-11T09:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3d surface in .net wpf using isolines or tiff data file? To get something like that 3d surface on picture but in the wpf .net application</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-3d-surface-in-net-wpf-using-isolines/m-p/503815#M6190</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;The following Guide topics will help explain:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/build-a-new-scene.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/build-a-new-scene.htm"&gt;Build a new scene—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/add-raster-data.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/add-raster-data.htm"&gt;Add raster data—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2020 18:51:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-3d-surface-in-net-wpf-using-isolines/m-p/503815#M6190</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-06-11T18:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3d surface in .net wpf using isolines or tiff data file? To get something like that 3d surface on picture but in the wpf .net application</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-3d-surface-in-net-wpf-using-isolines/m-p/503816#M6191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Michael. Thank you for answer. But i didnt catch anything from this. I have a TIFF file path C:\Users\user123\Documents\ArcGIS\11062020\TopoToR_N46E11 and want to create 3d surface in wpf app using this file.&amp;nbsp;Could you please&amp;nbsp;show&amp;nbsp;code example&amp;nbsp;in my case? Thank you)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2020 07:02:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-3d-surface-in-net-wpf-using-isolines/m-p/503816#M6191</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2020-06-24T07:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3d surface in .net wpf using isolines or tiff data file? To get something like that 3d surface on picture but in the wpf .net application</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-3d-surface-in-net-wpf-using-isolines/m-p/503817#M6192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this one from your link:&lt;/P&gt;&lt;OL class="" style="color: #4c4c4c; background-color: #ffffff; font-size: 0.9375rem; margin: 0px 0px 1.5rem; padding: 0px 0px 1em;"&gt;&lt;LI style="margin: 0.75em 0px 0.375rem; padding: 0.3em 0.25em 0.25em 2.5em;"&gt;&lt;SPAN&gt;Create a scene and assign it to a scene view.&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE class=""&gt;&lt;SPAN class="" style="color: #006a00;"&gt;// create a new scene with a topographic basemap&lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91;"&gt;var&lt;/SPAN&gt; myScene = &lt;SPAN class="" style="color: #aa0d91;"&gt;new&lt;/SPAN&gt; Scene(Basemap.CreateTopographic()); &lt;SPAN class="" style="color: #006a00;"&gt;// add the new scene to the scene view&lt;/SPAN&gt;MySceneView.Scene = myScene;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Add an elevation surface and apply it to the scene.&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE class=""&gt;&lt;SPAN class="" style="color: #006a00;"&gt;
// create an elevation source&lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91;"&gt;var&lt;/SPAN&gt; elevationSource = &lt;SPAN class="" style="color: #aa0d91;"&gt;new&lt;/SPAN&gt; ArcGISTiledElevationSource(&lt;SPAN class="" style="color: #aa0d91;"&gt;new&lt;/SPAN&gt; System.Uri(&lt;SPAN class="" style="color: #c41a16;"&gt;"C:\\Users\\user123\\Documents\\ArcGIS\\11062020\\TopoToR_N46E11.tiff"&lt;/SPAN&gt;)); //-----added my filepath to tiff file&lt;SPAN class="" style="color: #006a00;"&gt;// create a surface and add the elevation surface&lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91;"&gt;var&lt;/SPAN&gt; sceneSurface = &lt;SPAN class="" style="color: #aa0d91;"&gt;new&lt;/SPAN&gt; Surface(); sceneSurface.ElevationSources.Add(elevationSource); &lt;SPAN class="" style="color: #006a00;"&gt;// apply the surface to the scene&lt;/SPAN&gt;MySceneView.Scene.BaseSurface = sceneSurface;

And it doesn't work( &lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:06:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-3d-surface-in-net-wpf-using-isolines/m-p/503817#M6192</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-12-11T22:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3d surface in .net wpf using isolines or tiff data file? To get something like that 3d surface on picture but in the wpf .net application</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-3d-surface-in-net-wpf-using-isolines/m-p/503818#M6193</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;Does it work if you use the&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Mapping_RasterElevationSource.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Mapping_RasterElevationSource.htm"&gt;RasterElevationSource Class&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tiled elevation source should be used when you have elevation encoded tile packages (&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/sharing/overview/tile-package.htm" title="https://pro.arcgis.com/en/pro-app/help/sharing/overview/tile-package.htm"&gt;Share a tile package—ArcGIS Pro | Documentation&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2020 17:16:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-3d-surface-in-net-wpf-using-isolines/m-p/503818#M6193</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-06-24T17:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3d surface in .net wpf using isolines or tiff data file? To get something like that 3d surface on picture but in the wpf .net application</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-3d-surface-in-net-wpf-using-isolines/m-p/503819#M6194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael, thank you for your answer. I took the program code from &lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_RasterElevationSource__ctor.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_RasterElevationSource__ctor.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;RasterElevationSource Constructor&lt;/A&gt;.&amp;nbsp;&amp;nbsp;I have .tiff file. I dont have .dt2 file.&amp;nbsp; What data&amp;nbsp;should i insert in GetDataFolder method?:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN class="" style="color: #0000ff;"&gt;string&lt;/SPAN&gt; packagePath = DataManager.GetDataFolder(&lt;SPAN class="" style="color: #cc0000;"&gt;"98092369c4ae4d549bbbd45dba993ebc"&lt;/SPAN&gt;, &lt;SPAN class="" style="color: #cc0000;"&gt;"MontereyElevation.dt2"&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
I tried 
string packagePath = DataManager.GetDataFolder("i dont know what should be there &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; ", "tifffile.tiff");
and i still haven't found the way to make it works&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:06:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-3d-surface-in-net-wpf-using-isolines/m-p/503819#M6194</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-12-11T22:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3d surface in .net wpf using isolines or tiff data file? To get something like that 3d surface on picture but in the wpf .net application</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-3d-surface-in-net-wpf-using-isolines/m-p/503820#M6195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If somebody is interested in. There is my solution that works. it is made on mvvm like pattern&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First. Class SceneViewmodel:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;public class SceneViewModel : UserControl, INotifyPropertyChanged&lt;BR /&gt; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public SceneViewModel()&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CreateNewScene();&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scene _scene;&lt;/P&gt;&lt;P&gt;/// &amp;lt;summary&amp;gt;&lt;BR /&gt; /// Gets or sets the map&lt;BR /&gt; /// &amp;lt;/summary&amp;gt;&lt;/P&gt;&lt;P&gt;public Scene Scene&lt;BR /&gt; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;get { return _scene; }&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;set { _scene = value; OnPropertyChanged(); }&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/// &amp;lt;summary&amp;gt;&lt;BR /&gt; /// Raises the &amp;lt;see cref="MapViewModel.PropertyChanged" /&amp;gt; event&lt;BR /&gt; /// &amp;lt;/summary&amp;gt;&lt;BR /&gt; /// &amp;lt;param name="propertyName"&amp;gt;The name of the property that has changed&amp;lt;/param&amp;gt;&lt;BR /&gt; protected void OnPropertyChanged([CallerMemberName] string propertyName = null)&lt;BR /&gt; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;var propertyChangedHandler = PropertyChanged;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if (propertyChangedHandler != null)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;propertyChangedHandler(this, new PropertyChangedEventArgs(propertyName));&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;public event PropertyChangedEventHandler PropertyChanged;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;private async void CreateNewScene()&lt;BR /&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Scene newScene = new Scene(Basemap.CreateImagery());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;RasterElevationSource elevationSource = new RasterElevationSource(new[] {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @"C:\Users\user\Downloads\tif3dmap1.tif" ,&lt;SPAN&gt;@"C:\Users\user\Downloads\tif3dmap2.tif"&lt;/SPAN&gt; });&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;await elevationSource.LoadAsync();&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Surface elevationSurface = new Surface();&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;elevationSurface.ElevationSources.Add(elevationSource);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;elevationSurface.ElevationExaggeration =20;//depends on how deep relief on the surface you want&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;await elevationSurface.LoadAsync();&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; newScene.BaseSurface = elevationSurface;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Scene = newScene;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Scene.InitialViewpoint = new Viewpoint(elevationSource.FullExtent);&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second.&amp;nbsp;MainWindow.xaml.cs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;public partial class MainWindow : Window&lt;BR /&gt; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public MainWindow()&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;InitializeComponent();&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var SceneViewModel = new SceneViewModel();&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;this.DataContext = SceneViewModel;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third. MainWindow.xaml:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Window x:Class="ArcGISApp5.MainWindow"&lt;BR /&gt; xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&lt;BR /&gt; xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"&lt;BR /&gt; xmlns:d="http://schemas.microsoft.com/expression/blend/2008"&lt;BR /&gt; xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"&lt;BR /&gt; xmlns:esri="http://schemas.esri.com/arcgis/runtime/2013"&lt;BR /&gt; xmlns:local="clr-namespace:ArcGISApp5"&lt;BR /&gt; mc:Ignorable="d"&lt;BR /&gt; Title="MainWindow" Height="525" Width="790"&amp;gt;&lt;BR /&gt; &amp;lt;Window.Resources&amp;gt;&lt;BR /&gt; &amp;lt;local:SceneViewModel x:Key="SceneViewModel" /&amp;gt;&lt;BR /&gt; &amp;lt;/Window.Resources&amp;gt;&lt;BR /&gt; &amp;lt;Grid&amp;gt;&lt;BR /&gt;&amp;lt;esri:SceneView x:Name ="MySceneView" Scene="{Binding Scene}" &amp;gt;&lt;BR /&gt; &amp;lt;/esri:SceneView&amp;gt;&lt;BR /&gt;&amp;lt;Border Background="White" BorderBrush="Black" BorderThickness="1"&lt;BR /&gt; HorizontalAlignment="Right" VerticalAlignment="Top"&lt;BR /&gt; Margin="30" Padding="20" Width="355"&amp;gt;&lt;BR /&gt; &amp;lt;Border.Effect&amp;gt;&lt;BR /&gt; &amp;lt;DropShadowEffect/&amp;gt;&lt;BR /&gt; &amp;lt;/Border.Effect&amp;gt;&lt;BR /&gt; &amp;lt;StackPanel&amp;gt;&lt;BR /&gt; &amp;lt;TextBlock x:Name="ScreenCoordsTextBlock" Foreground="Black"&lt;BR /&gt; HorizontalAlignment="Left" VerticalAlignment="Center" &lt;BR /&gt; Text="Screen Coords: " TextWrapping="Wrap" FontWeight="Bold" /&amp;gt;&lt;BR /&gt; &amp;lt;TextBlock x:Name="MapCoordsTextBlock" Foreground="Black"&lt;BR /&gt; HorizontalAlignment="Left" VerticalAlignment="Center" &lt;BR /&gt; Text="Map Coords: " TextWrapping="Wrap" FontWeight="Bold" /&amp;gt;&lt;BR /&gt; &amp;lt;/StackPanel&amp;gt;&lt;BR /&gt; &amp;lt;/Border&amp;gt;&lt;BR /&gt; &amp;lt;/Grid&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Window&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 07:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-3d-surface-in-net-wpf-using-isolines/m-p/503820#M6195</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2020-08-06T07:28:03Z</dc:date>
    </item>
  </channel>
</rss>

