<?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 a SceneView in my project  in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455480#M5594</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to see the 3D scene layer. Below is my code:&lt;/P&gt;&lt;P&gt;XAML:&lt;/P&gt;&lt;P&gt;&amp;lt;Grid&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;esri:SceneView x:Name="MySceneView" /&amp;gt;&lt;BR /&gt; &amp;lt;/Grid&amp;gt;&lt;BR /&gt;&amp;lt;/Window&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XAML.cs&lt;/P&gt;&lt;P&gt;=========&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;public MainWindow()&lt;BR /&gt; {&lt;BR /&gt; InitializeComponent();&lt;BR /&gt; Initialize();&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;private void Initialize()&lt;BR /&gt; {&lt;/P&gt;&lt;P&gt;Scene myScene = new Scene(Basemap.CreateTopographic());&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ArcGISSceneLayer sceneLayer = new ArcGISSceneLayer(new Uri("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fscene.arcgis.com%2Farcgis%2Frest%2Fservices%2FHosted%2FBuildings_Brest%2FSceneServer%2Flayers%2F0" rel="nofollow" target="_blank"&gt;http://scene.arcgis.com/arcgis/rest/services/Hosted/Buildings_Brest/SceneServer/layers/0&lt;/A&gt;&lt;SPAN&gt;"));&lt;/SPAN&gt;&lt;BR /&gt; myScene.OperationalLayers.Add(sceneLayer);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// create a new elevation source and add to scene&lt;BR /&gt;&lt;SPAN&gt; ArcGISTiledElevationSource elevationSource = new ArcGISTiledElevationSource(new Uri("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Felevation3d.arcgis.com%2Farcgis%2Frest%2Fservices%2FWorldElevation3D%2FTerrain3D%2FImageServer" rel="nofollow" target="_blank"&gt;http://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer&lt;/A&gt;&lt;SPAN&gt;"));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;myScene.BaseSurface.ElevationSources.Add(elevationSource);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// create a camera and set the initial viewpoint&lt;/P&gt;&lt;P&gt;MapPoint mapPoint = new MapPoint(-4.49779155626782, 48.38282454039932, 62.013264927081764, SpatialReferences.Wgs84);&lt;BR /&gt; &lt;BR /&gt; Camera camera = new Camera(mapPoint, 41.64729875588979, 71.2017391571523, 2.194677223e-314);&lt;/P&gt;&lt;P&gt;Viewpoint initViewpoint = new Viewpoint(mapPoint, camera);&lt;/P&gt;&lt;P&gt;myScene.InitialViewpoint = initViewpoint;&lt;/P&gt;&lt;P&gt;MySceneView.Scene = myScene;&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt; }&lt;IMG alt="SceneLayer" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/355377_Capture.PNG" style="width: 620px; height: 354px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed sometime it takes time to load the the 3D Scene. Hope that helps. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nagma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jun 2017 17:15:34 GMT</pubDate>
    <dc:creator>NagmaYasmin</dc:creator>
    <dc:date>2017-06-02T17:15:34Z</dc:date>
    <item>
      <title>How to create a SceneView in my project</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455475#M5589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm a beginner on using ArcGis runtime V100 framework , and while i was looking at the tutorials i 've created a map using the framework but i didn't find ho to create a scenview &amp;nbsp;can any one tell me how to do that or explain it more for me thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 13:50:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455475#M5589</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-06-01T13:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a SceneView in my project</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455476#M5590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi and welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked to&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/display-a-scene.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/display-a-scene.htm"&gt;Display a scene—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;? Hopefully that will give you enough information to get started.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 15:13:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455476#M5590</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2017-06-01T15:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a SceneView in my project</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455477#M5591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you created a MapView and a Map already, it's pretty much identical, except replace the word "Map" with "Scene", so you'll be creating a SceneView instead of a MapView, and you'll be assigning a Scene instead of a Map to the SceneView.Scene property instead of the MapView.Map property.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 16:02:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455477#M5591</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-06-01T16:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a SceneView in my project</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455478#M5592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I've already seen it , it didn't help me a lot , and doesn't explain it good for beginners like me &amp;nbsp;, is there a possibility to alter it and make it more clear&amp;nbsp;(step by step)? thanks a lot&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 07:56:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455478#M5592</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-06-02T07:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a SceneView in my project</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455479#M5593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello i've already done what you asked me but does show me just a globe , i share with you my code &amp;nbsp;in my MainWindow.xaml&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;Window x:Class="ArcGISApp1.MainWindow"&lt;BR /&gt;&lt;SPAN&gt; xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fschemas.microsoft.com%2Fwinfx%2F2006%2Fxaml%2Fpresentation" rel="nofollow" target="_blank"&gt;http://schemas.microsoft.com/winfx/2006/xaml/presentation&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xmlns:x="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fschemas.microsoft.com%2Fwinfx%2F2006%2Fxaml" rel="nofollow" target="_blank"&gt;http://schemas.microsoft.com/winfx/2006/xaml&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xmlns:d="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fschemas.microsoft.com%2Fexpression%2Fblend%2F2008" rel="nofollow" target="_blank"&gt;http://schemas.microsoft.com/expression/blend/2008&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xmlns:mc="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fschemas.openxmlformats.org%2Fmarkup-compatibility%2F2006" rel="nofollow" target="_blank"&gt;http://schemas.openxmlformats.org/markup-compatibility/2006&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xmlns:esri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fschemas.esri.com%2Farcgis%2Fruntime%2F2013" rel="nofollow" target="_blank"&gt;http://schemas.esri.com/arcgis/runtime/2013&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt; xmlns:local="clr-namespace:ArcGISApp1"&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:MapViewModel x:Key="MapViewModel" /&amp;gt;&lt;BR /&gt; &amp;lt;/Window.Resources&amp;gt;&lt;BR /&gt; &amp;lt;Grid&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;!-- &amp;lt;esri:MapView Map="{Binding Map, Source={StaticResource MapViewModel}}" Grid.Column="1"/&amp;gt; --&amp;gt;&lt;BR /&gt; &amp;lt;esri:SceneView x:Name="MySceneView"&amp;gt;&lt;BR /&gt; &amp;lt;esri:SceneView.GraphicsOverlays&amp;gt;&lt;BR /&gt; &amp;lt;esri:GraphicsOverlay x:Name="SceneGraphics"/&amp;gt;&lt;BR /&gt; &amp;lt;/esri:SceneView.GraphicsOverlays&amp;gt;&lt;BR /&gt; &amp;lt;esri:Scene&amp;gt;&lt;BR /&gt; &amp;lt;esri:Scene.Basemap&amp;gt;&lt;BR /&gt; &amp;lt;esri:Basemap&amp;gt;&lt;BR /&gt; &amp;lt;esri:ArcGISTiledLayer Name="Topographic"&lt;BR /&gt;&lt;SPAN&gt; Source="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fservices.arcgisonline.com%2FArcGIS%2Frest%2Fservices%2FWorld_Topo_Map%2FMapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/esri:Basemap&amp;gt;&lt;BR /&gt; &amp;lt;/esri:Scene.Basemap&amp;gt;&lt;BR /&gt; &amp;lt;esri:ArcGISSceneLayer Name="BuildingsLayer"&lt;BR /&gt;&lt;SPAN&gt; Source="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fscene.arcgis.com%2Farcgis%2Frest%2Fservices%2FHosted%2FBuildings_Brest%2FSceneServer%2Flayers%2F0" rel="nofollow" target="_blank"&gt;http://scene.arcgis.com/arcgis/rest/services/Hosted/Buildings_Brest/SceneServer/layers/0&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/esri:Scene&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/esri:SceneView&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;/Grid&amp;gt;&lt;BR /&gt;&amp;lt;/Window&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;in my MapViewModel.cs&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using System;&lt;BR /&gt;using System.Collections.Generic;&lt;BR /&gt;using System.ComponentModel;&lt;BR /&gt;using System.Linq;&lt;BR /&gt;using System.Text;&lt;BR /&gt;using System.Threading.Tasks;&lt;BR /&gt;using System.Runtime.CompilerServices;&lt;BR /&gt;using Esri.ArcGISRuntime.Data;&lt;BR /&gt;using Esri.ArcGISRuntime.Geometry;&lt;BR /&gt;using Esri.ArcGISRuntime.Location;&lt;BR /&gt;using Esri.ArcGISRuntime.Mapping;&lt;BR /&gt;using Esri.ArcGISRuntime.Security;&lt;BR /&gt;using Esri.ArcGISRuntime.Symbology;&lt;BR /&gt;using Esri.ArcGISRuntime.Tasks;&lt;BR /&gt;using Esri.ArcGISRuntime.UI;&lt;BR /&gt;using Esri.ArcGISRuntime.Portal;&lt;BR /&gt;using static System.Net.WebRequestMethods;&lt;/P&gt;&lt;P&gt;namespace ArcGISApp1&lt;BR /&gt;{&lt;BR /&gt; /// &amp;lt;summary&amp;gt;&lt;BR /&gt; /// Provides map data to an application&lt;BR /&gt; /// &amp;lt;/summary&amp;gt;&lt;BR /&gt; public class MapViewModel : INotifyPropertyChanged&lt;BR /&gt; {&lt;BR /&gt; public MapViewModel()&lt;BR /&gt; {&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;// private Map _map = new Map(Basemap.CreateStreetsVector());&lt;BR /&gt; private Scene scene = new Scene(Basemap.CreateTopographic());&lt;/P&gt;&lt;P&gt;&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;BR /&gt; /* public Map Map&lt;BR /&gt; {&lt;BR /&gt; get { return _map; }&lt;BR /&gt; set { _map = value; OnPropertyChanged(); }&lt;BR /&gt; }*/&lt;/P&gt;&lt;P&gt;public Scene Scene&lt;BR /&gt; {&lt;BR /&gt; get { return scene; }&lt;BR /&gt; set { scene = value;OnPropertyChanged(); }&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt; //String array pour stoquer les basemap constructor types&lt;/P&gt;&lt;P&gt;private string[] _basemapTypes = new string[]&lt;BR /&gt; {&lt;BR /&gt; "Topographic",&lt;BR /&gt; "Topographic Vector",&lt;BR /&gt; "Streets",&lt;BR /&gt; "Streets Vector",&lt;BR /&gt; "Imagery",&lt;BR /&gt; "Oceans",&lt;BR /&gt; "USGS National Map",&lt;BR /&gt; "World Globe 1812"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;//Read-Only property to return the available basemap names&lt;BR /&gt; public string[] BasemapChoices&lt;BR /&gt; {&lt;BR /&gt; get { return _basemapTypes; }&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; var propertyChangedHandler = PropertyChanged;&lt;BR /&gt; if (propertyChangedHandler != null)&lt;BR /&gt; propertyChangedHandler(this, new PropertyChangedEventArgs(propertyName));&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;public async void ChangeBasemap(string basemap)&lt;BR /&gt; {&lt;BR /&gt; //apply the selected basemap to the map&lt;/P&gt;&lt;P&gt;switch (basemap)&lt;BR /&gt; {&lt;BR /&gt; /* case "Topographic":&lt;BR /&gt; _map.Basemap = Basemap.CreateTopographic();&lt;BR /&gt; break;&lt;BR /&gt; case "Topographic Vector":&lt;BR /&gt; _map.Basemap = Basemap.CreateTopographicVector();&lt;BR /&gt; break;&lt;BR /&gt; case "Streets":&lt;BR /&gt; //set the basemap to streets&lt;BR /&gt; _map.Basemap = Basemap.CreateStreets();&lt;BR /&gt; break;&lt;BR /&gt; case "Streets Vector":&lt;BR /&gt; _map.Basemap = Basemap.CreateStreetsVector();&lt;BR /&gt; break;&lt;BR /&gt; case "Imagery":&lt;BR /&gt; _map.Basemap = Basemap.CreateImagery();&lt;BR /&gt; break;&lt;BR /&gt; case "Oceans":&lt;BR /&gt; _map.Basemap = Basemap.CreateOceans();&lt;BR /&gt; break;&lt;BR /&gt; case "USGS National Map":&lt;BR /&gt; //Set the basemap to USGS National Map by opening it from ArcGis Online&lt;BR /&gt; var itemID = "809d37b42ca340a48def914df43e2c31";&lt;BR /&gt; //Connect to ArcGIS Online&lt;BR /&gt; ArcGISPortal agsOnline = await ArcGISPortal.CreateAsync();&lt;BR /&gt; //Get the USGS webmap item&lt;BR /&gt; PortalItem usgsMapItem = await PortalItem.CreateAsync(agsOnline, itemID);&lt;BR /&gt; //Create a new basemap using the item&lt;/P&gt;&lt;P&gt;_map.Basemap = new Basemap(usgsMapItem);&lt;BR /&gt; break;&lt;BR /&gt; case "World Globe 1812":&lt;BR /&gt; //create a URI that points to a map service to use in the basemap&lt;BR /&gt;&lt;SPAN&gt; var uri = new Uri("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Ftiles.arcgis.com%2Ftiles%2FIEuSomXfi6iB7a25%2Farcgis%2Frest%2Fservices%2FWorld_Globe_1812%2FMapServer" rel="nofollow" target="_blank"&gt;https://tiles.arcgis.com/tiles/IEuSomXfi6iB7a25/arcgis/rest/services/World_Globe_1812/MapServer&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;BR /&gt; //create an ArcGISTiledLayer from the URI&lt;BR /&gt; ArcGISTiledLayer baseLayer = new ArcGISTiledLayer(uri);&lt;BR /&gt; //create a basemap from the layer and assign it to the map&lt;BR /&gt; _map.Basemap = new Basemap(baseLayer);&lt;BR /&gt; break;*/&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;BR /&gt; public event PropertyChangedEventHandler PropertyChanged;&lt;BR /&gt; }&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;in my MainWindow.xaml.cs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using Esri.ArcGISRuntime.Geometry;&lt;BR /&gt;using Esri.ArcGISRuntime.Mapping;&lt;BR /&gt;using Esri.ArcGISRuntime.UI;&lt;BR /&gt;using System;&lt;BR /&gt;using System.Collections.Generic;&lt;BR /&gt;using System.Linq;&lt;BR /&gt;using System.Text;&lt;BR /&gt;using System.Threading.Tasks;&lt;BR /&gt;using System.Windows;&lt;BR /&gt;using System.Windows.Controls;&lt;BR /&gt;using System.Windows.Data;&lt;BR /&gt;using System.Windows.Documents;&lt;BR /&gt;using System.Windows.Input;&lt;BR /&gt;using System.Windows.Media;&lt;BR /&gt;using System.Windows.Media.Imaging;&lt;BR /&gt;using System.Windows.Navigation;&lt;BR /&gt;using System.Windows.Shapes;&lt;/P&gt;&lt;P&gt;namespace ArcGISApp1&lt;BR /&gt;{&lt;BR /&gt; /// &amp;lt;summary&amp;gt;&lt;BR /&gt; /// Interaction logic for MainWindow.xaml&lt;BR /&gt; /// &amp;lt;/summary&amp;gt;&lt;BR /&gt; ///&lt;/P&gt;&lt;P&gt;public partial class MainWindow : Window&lt;BR /&gt; {&lt;/P&gt;&lt;P&gt;private MapViewModel _mapViewModel;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; public MainWindow()&lt;BR /&gt; {&lt;BR /&gt; InitializeComponent();&lt;BR /&gt; _mapViewModel = this.FindResource("MapViewModel") as MapViewModel;&lt;BR /&gt;&lt;SPAN&gt; var dddBuildingLayer = new ArcGISSceneLayer(new System.Uri("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=Http%3A%2F%2Fscene.arcgis.com%2Farcgis%2Frest%2Fservices%2FHosted%2FBuildings_Brest%2FSceneServer%2Flayers%2F0" rel="nofollow" target="_blank"&gt;Http://scene.arcgis.com/arcgis/rest/services/Hosted/Buildings_Brest/SceneServer/layers/0&lt;/A&gt;&lt;SPAN&gt;"));&lt;/SPAN&gt;&lt;BR /&gt; _mapViewModel.Scene.OperationalLayers.Add(dddBuildingLayer);&lt;/P&gt;&lt;P&gt;MySceneView.Scene = _mapViewModel.Scene;&lt;BR /&gt;&lt;SPAN&gt; var elevationSource = new ArcGISTiledElevationSource(new System.Uri("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Felevation3d.arcgis.com%2Farcgis%2Frest%2Fservices%2FWorldElevation3D%2FTerrain3D%2FImageServer" rel="nofollow" target="_blank"&gt;http://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer&lt;/A&gt;&lt;SPAN&gt;"));&lt;/SPAN&gt;&lt;BR /&gt; var sceneSurface = new Surface();&lt;BR /&gt; sceneSurface.ElevationSources.Add(elevationSource);&lt;BR /&gt; MySceneView.Scene.BaseSurface = sceneSurface;&lt;BR /&gt; var sceneGraphicsOverLays = new GraphicsOverlay();&lt;BR /&gt; MySceneView.GraphicsOverlays.Add(sceneGraphicsOverLays);&lt;BR /&gt; var drapedOverlay = new GraphicsOverlay();&lt;BR /&gt; //create and add a new graphics overlay with drapped surface placement&lt;BR /&gt; drapedOverlay.SceneProperties.SurfacePlacement = SurfacePlacement.Draped;&lt;BR /&gt; drapedOverlay.SceneProperties.SurfacePlacement = SurfacePlacement.Draped;&lt;BR /&gt; MySceneView.GraphicsOverlays.Add(drapedOverlay);&lt;BR /&gt; //create and add a new graphics overlay with absolute surface placement&lt;BR /&gt; var absoluteOverlay = new GraphicsOverlay();&lt;BR /&gt; absoluteOverlay.SceneProperties.SurfacePlacement = SurfacePlacement.Absolute;&lt;BR /&gt; MySceneView.GraphicsOverlays.Add(absoluteOverlay);&lt;BR /&gt; //create and add a new graphics overlay with relative surface placement&lt;BR /&gt; var relativeOverlay = new GraphicsOverlay();&lt;BR /&gt; relativeOverlay.SceneProperties.SurfacePlacement = SurfacePlacement.Relative;&lt;BR /&gt; MySceneView.GraphicsOverlays.Add(relativeOverlay);&lt;BR /&gt; //create a map point to display&lt;BR /&gt; var location = new MapPoint(-4.04, 53.06, 1000, SpatialReference.Wgs84);&lt;BR /&gt; //create three graphics to display the location with different symbols&lt;BR /&gt; var redGraphic = new Graphic(location, redCircleSym);&lt;BR /&gt; var greenGraphic = new Graphic(location, greenCircleSym);&lt;BR /&gt; var blueGraphic = new Graphic(location, blueCircleSym);&lt;BR /&gt; // add each graphic to a different graphics overlay (different surface placement)&lt;BR /&gt; drapedOverlay.Graphics.Add(redGraphic);&lt;BR /&gt; absoluteOverlay.Graphics.Add(blueGraphic);&lt;BR /&gt; relativeOverlay.Graphics.Add(greenGraphic);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; // BasemapListBox.SelectionChanged += OnBasemapsClicked&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;private void OnBasemapsClicked(object sender , SelectionChangedEventArgs e)&lt;BR /&gt; {&lt;BR /&gt; //get the text (basemap name) selected in the list box&lt;BR /&gt; var basemapName = e.AddedItems[0].ToString();&lt;BR /&gt; //pass the basemap name to the view model method to change the basemap&lt;BR /&gt; _mapViewModel.ChangeBasemap(basemapName);&lt;BR /&gt; }&lt;BR /&gt; // Map initialization logic is contained in MapViewModel.cs&lt;BR /&gt; }&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it doesn't show me the scene as in the tutorial and i have an error saying SpatialReference doesn't have a definition for "Wgs84"&lt;/P&gt;&lt;P&gt;Any one can make it clear to me please&lt;/P&gt;&lt;P&gt;thanks a lot&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 12:26:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455479#M5593</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-06-02T12:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a SceneView in my project</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455480#M5594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to see the 3D scene layer. Below is my code:&lt;/P&gt;&lt;P&gt;XAML:&lt;/P&gt;&lt;P&gt;&amp;lt;Grid&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;esri:SceneView x:Name="MySceneView" /&amp;gt;&lt;BR /&gt; &amp;lt;/Grid&amp;gt;&lt;BR /&gt;&amp;lt;/Window&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XAML.cs&lt;/P&gt;&lt;P&gt;=========&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;public MainWindow()&lt;BR /&gt; {&lt;BR /&gt; InitializeComponent();&lt;BR /&gt; Initialize();&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;private void Initialize()&lt;BR /&gt; {&lt;/P&gt;&lt;P&gt;Scene myScene = new Scene(Basemap.CreateTopographic());&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ArcGISSceneLayer sceneLayer = new ArcGISSceneLayer(new Uri("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fscene.arcgis.com%2Farcgis%2Frest%2Fservices%2FHosted%2FBuildings_Brest%2FSceneServer%2Flayers%2F0" rel="nofollow" target="_blank"&gt;http://scene.arcgis.com/arcgis/rest/services/Hosted/Buildings_Brest/SceneServer/layers/0&lt;/A&gt;&lt;SPAN&gt;"));&lt;/SPAN&gt;&lt;BR /&gt; myScene.OperationalLayers.Add(sceneLayer);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// create a new elevation source and add to scene&lt;BR /&gt;&lt;SPAN&gt; ArcGISTiledElevationSource elevationSource = new ArcGISTiledElevationSource(new Uri("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Felevation3d.arcgis.com%2Farcgis%2Frest%2Fservices%2FWorldElevation3D%2FTerrain3D%2FImageServer" rel="nofollow" target="_blank"&gt;http://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer&lt;/A&gt;&lt;SPAN&gt;"));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;myScene.BaseSurface.ElevationSources.Add(elevationSource);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// create a camera and set the initial viewpoint&lt;/P&gt;&lt;P&gt;MapPoint mapPoint = new MapPoint(-4.49779155626782, 48.38282454039932, 62.013264927081764, SpatialReferences.Wgs84);&lt;BR /&gt; &lt;BR /&gt; Camera camera = new Camera(mapPoint, 41.64729875588979, 71.2017391571523, 2.194677223e-314);&lt;/P&gt;&lt;P&gt;Viewpoint initViewpoint = new Viewpoint(mapPoint, camera);&lt;/P&gt;&lt;P&gt;myScene.InitialViewpoint = initViewpoint;&lt;/P&gt;&lt;P&gt;MySceneView.Scene = myScene;&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt; }&lt;IMG alt="SceneLayer" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/355377_Capture.PNG" style="width: 620px; height: 354px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed sometime it takes time to load the the 3D Scene. Hope that helps. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nagma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 17:15:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455480#M5594</guid>
      <dc:creator>NagmaYasmin</dc:creator>
      <dc:date>2017-06-02T17:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a SceneView in my project</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455481#M5595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'SpatialReference.Wgs84' should probably be 'SpatialReferences.Wgs84' (the extra 's' is missing)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 21:17:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455481#M5595</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-06-02T21:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a SceneView in my project</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455482#M5596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks didn't notice that&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 15:36:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455482#M5596</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-06-06T15:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a SceneView in my project</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455483#M5597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that helped me&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 15:52:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-create-a-sceneview-in-my-project/m-p/455483#M5597</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-06-06T15:52:43Z</dc:date>
    </item>
  </channel>
</rss>

