<?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: Is .lpk supported with arcGIS runtime local server v 100.1 ? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159165#M1804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello but i dont have ArcGis pro licence i have arcMap 10.4 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Envoyé de mon iPhone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;Le 25 juil. 2017 à 18:29, Morten Nielsen &amp;lt;geonet@esri.com&amp;gt; a écrit :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoNet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Is .lpk supported with arcGIS runtime local server v 100.1 ?&lt;/P&gt;&lt;P&gt;reply from Morten Nielsen in ArcGIS Runtime SDK for .NET - View the full discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No that won't work. You have to convert the data to SLPK (but then the above would work, if you loose the '/0' portion)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply to this message by replying to this email, or go to the message on GeoNet&lt;/P&gt;&lt;P&gt;Start a new discussion in ArcGIS Runtime SDK for .NET by email or at GeoNet&lt;/P&gt;&lt;P&gt;Following Re: Is .lpk supported with arcGIS runtime local server v 100.1 ? in these streams: Inbox&lt;/P&gt;&lt;P&gt;Following Morten Nielsen in these streams: Inbox&lt;/P&gt;&lt;P&gt;This email was sent by GeoNet because you are a registered user.&lt;/P&gt;&lt;P&gt;You may unsubscribe instantly from GeoNet, or adjust email frequency in your email preferences&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2017 16:35:50 GMT</pubDate>
    <dc:creator>ManelKEDDAR</dc:creator>
    <dc:date>2017-07-25T16:35:50Z</dc:date>
    <item>
      <title>Is .lpk supported with arcGIS runtime local server v 100.1 ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159161#M1800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'am trying to visualize a 3D SceneLayer so i generated a layer package and i created a localFeatureService using this .lpk (generated with ArcScene 10.4) i did it like this way :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;var sceneService = new ocalFeatureService(@"C:\Users\mkeddar\Documents\ArcGIS\Geom3DServitudeGabarit.lpk");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;await sceneService.StartAsync();&lt;/P&gt;&lt;P&gt;&amp;nbsp; var layer = new ArcGISSceneLayer();&lt;/P&gt;&lt;P&gt;&amp;nbsp;layer.Source = new Uri($"{sceneService.Url}/0");&lt;/P&gt;&lt;P&gt;&amp;nbsp;SceneView.Scene.OperationalLayers.Add(layer);&lt;/P&gt;&lt;P&gt;&amp;nbsp;SceneView.Scene.BaseSurface.BackgroundGrid = new Esri.ArcGISRuntime.UI.BackgroundGrid(Colors.White, Colors.White, 0, 100f);&lt;/P&gt;&lt;P&gt;but i have a generated exception when try to start the sceneService.StartAsync();&lt;/P&gt;&lt;P&gt;i think that the problem is with (.lpk) ? Does arcGis runtime local server v 100.1 supports (.lpk) and (.slpk)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 15:11:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159161#M1800</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-07-24T15:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is .lpk supported with arcGIS runtime local server v 100.1 ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159162#M1801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a local scene layer package instead and use it directly with the SceneLayer. That way you don't need local server at all.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/help/sharing/overview/scene-layer-package.htm"&gt;https://pro.arcgis.com/en/pro-app/help/sharing/overview/scene-layer-package.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-scene-layer-package.htm"&gt;https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-scene-layer-package.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that a FeatureLayer and a SceneLayer are two very different things. You can't use a feature service to expose a scene, and you can't consume a feature layer in a scene layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 17:58:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159162#M1801</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-07-24T17:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is .lpk supported with arcGIS runtime local server v 100.1 ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159163#M1802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Morten , thanks for your answer&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have arcGIS Pro on my desktop so i can't create a .SLPK ,all i have is arc Map 10.4 will it work if i do it this way ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;var uri = new Uri(@"C:\Users\mkeddar\Documents\ArcGIS\Geom3DServitudeGabarit.lpk");&lt;/P&gt;&lt;P&gt;//visualisation 3D&lt;/P&gt;&lt;P&gt;var layer = new ArcGISSceneLayer();&lt;BR /&gt;layer.Source = new Uri($"{uri}/0");&lt;BR /&gt; // await layer.LoadAsync(); &lt;BR /&gt; SceneView.Scene.OperationalLayers.Add(layer);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i joind my .lpk &amp;nbsp;on my original post&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advanced&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 08:20:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159163#M1802</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-07-25T08:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is .lpk supported with arcGIS runtime local server v 100.1 ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159164#M1803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No that won't work. You have to convert the data to SLPK (but then the above would work, if you loose the '/0' portion)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 16:28:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159164#M1803</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-07-25T16:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is .lpk supported with arcGIS runtime local server v 100.1 ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159165#M1804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello but i dont have ArcGis pro licence i have arcMap 10.4 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Envoyé de mon iPhone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;Le 25 juil. 2017 à 18:29, Morten Nielsen &amp;lt;geonet@esri.com&amp;gt; a écrit :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoNet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Is .lpk supported with arcGIS runtime local server v 100.1 ?&lt;/P&gt;&lt;P&gt;reply from Morten Nielsen in ArcGIS Runtime SDK for .NET - View the full discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No that won't work. You have to convert the data to SLPK (but then the above would work, if you loose the '/0' portion)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply to this message by replying to this email, or go to the message on GeoNet&lt;/P&gt;&lt;P&gt;Start a new discussion in ArcGIS Runtime SDK for .NET by email or at GeoNet&lt;/P&gt;&lt;P&gt;Following Re: Is .lpk supported with arcGIS runtime local server v 100.1 ? in these streams: Inbox&lt;/P&gt;&lt;P&gt;Following Morten Nielsen in these streams: Inbox&lt;/P&gt;&lt;P&gt;This email was sent by GeoNet because you are a registered user.&lt;/P&gt;&lt;P&gt;You may unsubscribe instantly from GeoNet, or adjust email frequency in your email preferences&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 16:35:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159165#M1804</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-07-25T16:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is .lpk supported with arcGIS runtime local server v 100.1 ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159166#M1805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On my .lpk i have a three sceneLayers I need to display the first layer how I can do that ? Need a sample code please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Envoyé de mon iPhone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;Le 25 juil. 2017 à 18:29, Morten Nielsen &amp;lt;geonet@esri.com&amp;gt; a écrit :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoNet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Is .lpk supported with arcGIS runtime local server v 100.1 ?&lt;/P&gt;&lt;P&gt;reply from Morten Nielsen in ArcGIS Runtime SDK for .NET - View the full discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No that won't work. You have to convert the data to SLPK (but then the above would work, if you loose the '/0' portion)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply to this message by replying to this email, or go to the message on GeoNet&lt;/P&gt;&lt;P&gt;Start a new discussion in ArcGIS Runtime SDK for .NET by email or at GeoNet&lt;/P&gt;&lt;P&gt;Following Re: Is .lpk supported with arcGIS runtime local server v 100.1 ? in these streams: Inbox&lt;/P&gt;&lt;P&gt;Following Morten Nielsen in these streams: Inbox&lt;/P&gt;&lt;P&gt;This email was sent by GeoNet because you are a registered user.&lt;/P&gt;&lt;P&gt;You may unsubscribe instantly from GeoNet, or adjust email frequency in your email preferences&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 16:37:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159166#M1805</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-07-25T16:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is .lpk supported with arcGIS runtime local server v 100.1 ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159167#M1806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;please i need a sample code that works , here what i tried :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; var layer = new ArcGISSceneLayer();&lt;/P&gt;&lt;P&gt;layer.Source = new Uri(@"C:\Users\mkeddar\Documents\ArcGIS\Geom3DServitudeGabarit.lpk");&lt;BR /&gt;SceneView.Scene.OperationalLayers.Add(layer);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i debug Layer.source i have null value what i should do in this case ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 09:28:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159167#M1806</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-07-26T09:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is .lpk supported with arcGIS runtime local server v 100.1 ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159168#M1807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I mentioned earlier, LPK files are not supported. You need SLPK. Otherwise your code should be ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 15:14:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/is-lpk-supported-with-arcgis-runtime-local-server/m-p/159168#M1807</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-07-26T15:14:42Z</dc:date>
    </item>
  </channel>
</rss>

