<?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: Fail to display ArcGisScenelLayer with .SLPK in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/fail-to-display-arcgisscenellayer-with-slpk/m-p/608797#M7476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a problem with .slpk i created it using python script ) and it didn't work when i created it using geoprocessing tool of arcGis pro it worked and i succeeded to display the sceneLayers , do you know how to edit the scene Layers by adding 3D Feature (3D geometries) ?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Aug 2017 09:04:25 GMT</pubDate>
    <dc:creator>ManelKEDDAR</dc:creator>
    <dc:date>2017-08-25T09:04:25Z</dc:date>
    <item>
      <title>Fail to display ArcGisScenelLayer with .SLPK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/fail-to-display-arcgisscenellayer-with-slpk/m-p/608794#M7473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Hello ,&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I need to display a sceneLayer using&amp;nbsp;a scene layer package(.slpk) , i don't know if i'm doing things right&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;here's my code&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P&gt;private async void startLocalServer()&lt;BR /&gt; {&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;// Create new Scene&lt;BR /&gt; MySceneView.Scene = new Scene();&lt;BR /&gt;// Create new scene layer from the url&lt;/P&gt;&lt;P&gt;string sceneURI = @"C:\Users\mkeddar\Documents\scene\sceneLayer.slpk";&lt;BR /&gt; ArcGISSceneLayer sceneLayer = new ArcGISSceneLayer(new System.Uri(sceneURI));&lt;BR /&gt; MySceneView.Scene.OperationalLayers.Add(sceneLayer);&lt;BR /&gt; await sceneLayer.LoadAsync();&lt;BR /&gt;MapPoint mp = sceneLayer.FullExtent.Extent.GetCenter();&lt;BR /&gt; MapPoint newMapoint = new MapPoint(mp.X, mp.Y, 5000, sceneLayer.SpatialReference);&lt;BR /&gt; Camera Camera = new Camera(newMapoint, 90, 0, 0);&lt;BR /&gt; MySceneView.SetViewpointCamera(Camera);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;My code doesn't show me any thing and when i debug the layer is not loaded , there's no error message&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;i use arcgis runtime version 100.1 (developer mode)&amp;nbsp;&amp;nbsp;,i've shared my (.slpk) and my layer , please help&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 08:51:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/fail-to-display-arcgisscenellayer-with-slpk/m-p/608794#M7473</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-08-24T08:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to display ArcGisScenelLayer with .SLPK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/fail-to-display-arcgisscenellayer-with-slpk/m-p/608795#M7474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you try to add a Basemap to the Scene and Load the Scene before adding the Operational Layer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;MySceneView.Scene = new Scene(BasemapType.Topographic);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;MySceneView.Scene.LoadAsync();&lt;/SPAN&gt;&lt;BR style="background-color: #ffffff;" /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;MySceneView.Scene.OperationalLayers.Add(layer);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 13:15:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/fail-to-display-arcgisscenellayer-with-slpk/m-p/608795#M7474</guid>
      <dc:creator>Stefan_Jung</dc:creator>
      <dc:date>2017-08-24T13:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to display ArcGisScenelLayer with .SLPK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/fail-to-display-arcgisscenellayer-with-slpk/m-p/608796#M7475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've already tried it but it doesn't work i have now an exception telling me ('System.Threading.Tasks.TaskCanceledException' has been produced on&amp;nbsp;WindowsBase.dll) very wired , i'm may be saying that may be (.slpk) is not yet supported with the &amp;nbsp;local server cause i have the same problem with (.mmpk) file&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/local-server-package-support.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/local-server-package-support.htm"&gt;Local Server package support—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 13:40:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/fail-to-display-arcgisscenellayer-with-slpk/m-p/608796#M7475</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-08-24T13:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to display ArcGisScenelLayer with .SLPK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/fail-to-display-arcgisscenellayer-with-slpk/m-p/608797#M7476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a problem with .slpk i created it using python script ) and it didn't work when i created it using geoprocessing tool of arcGis pro it worked and i succeeded to display the sceneLayers , do you know how to edit the scene Layers by adding 3D Feature (3D geometries) ?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 09:04:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/fail-to-display-arcgisscenellayer-with-slpk/m-p/608797#M7476</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-08-25T09:04:25Z</dc:date>
    </item>
  </channel>
</rss>

