<?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 How to display a sceneView with white BackGround ? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-a-sceneview-with-white-background/m-p/737825#M9245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &amp;nbsp;every one ,&lt;/P&gt;&lt;P&gt;I need to display a 3D featureLayers so i need to use a sceneView but need to display just the 3D featureLayers so the basemap needs to be white how i can do that ? i've tried on the .xaml to put Background="white" and i still have the&amp;nbsp; &amp;nbsp;terrestrial globule i don't want to display it .Any one hep thanks in advanced&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jul 2017 12:32:02 GMT</pubDate>
    <dc:creator>ManelKEDDAR</dc:creator>
    <dc:date>2017-07-19T12:32:02Z</dc:date>
    <item>
      <title>How to display a sceneView with white BackGround ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-a-sceneview-with-white-background/m-p/737825#M9245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &amp;nbsp;every one ,&lt;/P&gt;&lt;P&gt;I need to display a 3D featureLayers so i need to use a sceneView but need to display just the 3D featureLayers so the basemap needs to be white how i can do that ? i've tried on the .xaml to put Background="white" and i still have the&amp;nbsp; &amp;nbsp;terrestrial globule i don't want to display it .Any one hep thanks in advanced&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 12:32:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-a-sceneview-with-white-background/m-p/737825#M9245</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-07-19T12:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a sceneView with white BackGround ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-a-sceneview-with-white-background/m-p/737826#M9246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try setting the background grid and lines of the surface to white:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sceneView.Scene.BaseSurface.BackgroundGrid = new Esri.ArcGISRuntime.UI.BackgroundGrid(Colors.White, Colors.White, 0, 100f);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 18:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-a-sceneview-with-white-background/m-p/737826#M9246</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-07-19T18:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a sceneView with white BackGround ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-a-sceneview-with-white-background/m-p/737827#M9247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer ;&lt;/P&gt;&lt;P&gt;It seems my question wasn't clear as much as i thought .&lt;/P&gt;&lt;P&gt;i have a feature layer that contains a 3D geometry . i need to display this Feature Layer on a sceneView so the geometry will be visible , i need to display just the gemetry don't want to have a neather a basemap nor the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;terrestrial globe i 've tried the folowing code&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;var mapService = new LocalFeatureService(@"C:\Users\mkeddar\Documents\ArcGIS\3Dservitude.mpk");&lt;BR /&gt; await mapService.StartAsync();&lt;BR /&gt; MyMapView.Map = new Map();&lt;BR /&gt; SceneView.Scene = new Scene();&lt;BR /&gt; MyMapView.Map.OperationalLayers.Add(new FeatureLayer(new Uri($"{mapService.Url}/1")));&lt;BR /&gt; SceneView.Scene.OperationalLayers.Add(new FeatureLayer(new Uri($"{mapService.Url}/0")));&lt;BR /&gt; SceneView.Scene.BaseSurface.BackgroundGrid = new Esri.ArcGISRuntime.UI.BackgroundGrid(Colors.White, Colors.White, 0, 100f);&lt;SPAN style="background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it doesn 't work .So i think i need to locate the featureLayer on a position and zoom the camera on this location .But this doesn't work with featureLayers it works only with &amp;nbsp;GraphicsOverlays&lt;/P&gt;&lt;P&gt;Any one have an idea about that&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advanced&amp;nbsp;&lt;IMG __jive_id="363541" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/363541_visu3D.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 08:34:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-a-sceneview-with-white-background/m-p/737827#M9247</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-07-20T08:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a sceneView with white BackGround ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-a-sceneview-with-white-background/m-p/737828#M9248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The globe cannot be turned off, but it can be made white as demonstrated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data in FeatureLayers are currently always placed flat on the ground. You will have to use GraphicsOverlays to get around this today, or use a SceneLayer pointing to a 3D service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 16:51:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-a-sceneview-with-white-background/m-p/737828#M9248</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-07-21T16:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a sceneView with white BackGround ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-a-sceneview-with-white-background/m-p/737829#M9249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Morten ,&lt;/P&gt;&lt;P&gt;Thanks for your answer ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually changed the method and i used a (.lpk) to point on my 3D service i want to add my sceneLayer to a specific place and zoom the view on that point in order to visualize only the sceneLayer but still don't know how to do that .I mean how to add my sceneLayer on a specific location (Map Point) is there any way how to do that ?for using a 3D Service ,can i use localFeatureService ? Here's my sample code&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;public MainWindow()&lt;BR /&gt; {&lt;BR /&gt; InitializeComponent();&lt;BR /&gt; MyMapView.Map = new Map();&lt;BR /&gt; &lt;BR /&gt; SceneView.Scene = new Scene();&lt;BR /&gt; StartupLocalServer();&lt;BR /&gt; StartupLocalServer();&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;// Map initialization logic is contained in MapViewModel.cs&lt;BR /&gt; private async void StartupLocalServer()&lt;BR /&gt; {&lt;/P&gt;&lt;P&gt;var mapService = new LocalFeatureService(@"C:\Users\mkeddar\Documents\ArcGIS\3Dservitude.mpk");&lt;BR /&gt; var sceneService = new LocalFeatureService(@"C:\Users\mkeddar\Documents\ArcGIS\Geom3DServitudeGabarit.lpk");&lt;BR /&gt; var uri = new Uri(@"C:\Users\mkeddar\Documents\ArcGIS\Geom3DServitudeGabarit.lpk");&lt;BR /&gt; &lt;BR /&gt; var elevationSource = new ArcGISTiledElevationSource(new System.Uri(@"C:\Users\mkeddar\Documents\ArcGIS\Geom3DServitudeGabarit.lpk"));&lt;BR /&gt; var sceneSurface = new Surface();&lt;BR /&gt; sceneSurface.ElevationSources.Add(elevationSource);&lt;BR /&gt; SceneView.Scene.BaseSurface = sceneSurface;&lt;BR /&gt; var sceneGraphicsOverLays = new GraphicsOverlay();&lt;BR /&gt; SceneView.GraphicsOverlays.Add(sceneGraphicsOverLays);&lt;BR /&gt; await mapService.StartAsync();&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; // MyMapView.GeoViewTapped += MymapView_GeoViewTapped;&lt;BR /&gt; &lt;BR /&gt; var featureTable2DUri = new System.Uri($"{mapService.Url}/1");&lt;BR /&gt; var featureTable = new ServiceFeatureTable(featureTable2DUri);&lt;BR /&gt; await featureTable.LoadAsync();&lt;/P&gt;&lt;P&gt;// if the table was loaded successfully, create a new feature layer for the table and add it to the map&lt;BR /&gt; if (featureTable.LoadStatus == Esri.ArcGISRuntime.LoadStatus.Loaded)&lt;BR /&gt; {&lt;BR /&gt; var lyr = new FeatureLayer(featureTable);&lt;BR /&gt; MyMapView.Map.OperationalLayers.Add(lyr);&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;//visualisation 3D&lt;/P&gt;&lt;P&gt;var layer = new ArcGISSceneLayer();&lt;BR /&gt; &lt;BR /&gt; layer.Source = new Uri($"{sceneService.Url}/0");&lt;BR /&gt; // await layer.LoadAsync(); &lt;BR /&gt; SceneView.Scene.OperationalLayers.Add(layer);&lt;BR /&gt; SceneView.Scene.BaseSurface.BackgroundGrid = new Esri.ArcGISRuntime.UI.BackgroundGrid(Colors.White, Colors.White, 0, 100f);&lt;BR /&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;and i have a problem when i start the sceneService it doesn't start is there any solution for that ? thanks in advanced&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 10:04:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-a-sceneview-with-white-background/m-p/737829#M9249</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-07-24T10:04:35Z</dc:date>
    </item>
  </channel>
</rss>

