<?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 set the ElevationMode on a GraphicsOverlay? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-set-the-elevationmode-on-a-graphicsoverlay/m-p/160800#M1820</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;Check sample &lt;A href="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/Desktop/ArcGISRuntimeSamplesDesktop/Samples/Scene/ElevationModeSample.xaml" title="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/Desktop/ArcGISRuntimeSamplesDesktop/Samples/Scene/ElevationModeSample.xaml" rel="nofollow noopener noreferrer" target="_blank"&gt;arcgis-runtime-samples-dotnet/ElevationModeSample.xaml at master · Esri/arcgis-runtime-samples-dotnet · GitHub &lt;/A&gt;​ for usage. Basically you define SceneProperties for the GraphicsOverlays.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;esri:GraphicsLayer&amp;nbsp; ID="AbsoluteModeGraphicsLayer"&amp;gt;
&amp;nbsp; &amp;lt;esri:GraphicsLayer.SceneProperties&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:LayerSceneProperties SurfacePlacement="Absolute"/&amp;gt;
&amp;nbsp; &amp;lt;/esri:GraphicsLayer.SceneProperties&amp;gt;
&amp;lt;/esri:GraphicsLayer&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 08:27:56 GMT</pubDate>
    <dc:creator>AnttiKajanus1</dc:creator>
    <dc:date>2021-12-11T08:27:56Z</dc:date>
    <item>
      <title>How to set the ElevationMode on a GraphicsOverlay?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-set-the-elevationmode-on-a-graphicsoverlay/m-p/160799#M1819</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 new ArcGIS Runtime SDK for .Net 10.2.6 provides &lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Console', Monaco, monospace; background-color: #fefefe;"&gt;GraphicsOverlay class to add graphics to a scene.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Console', Monaco, monospace; background-color: #fefefe;"&gt;The online documentation specifies a ElevationMode Porperty. &lt;A href="https://developers.arcgis.com/net/desktop/guide/display-3d-graphics.htm" title="https://developers.arcgis.com/net/desktop/guide/display-3d-graphics.htm"&gt;Display graphics in a scene—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Console', Monaco, monospace; background-color: #fefefe;"&gt;But this property is not listed in the API Reference and is not accessible via Visual Studio.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Console', Monaco, monospace; background-color: #fefefe;"&gt;How to use it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Console', Monaco, monospace; background-color: #fefefe;"&gt;Any clue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Console', Monaco, monospace; background-color: #fefefe;"&gt;Do I miss something?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Console', Monaco, monospace; background-color: #fefefe;"&gt;Thanks in advance for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Console', Monaco, monospace; background-color: #fefefe;"&gt;Olivier&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 17:02:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-set-the-elevationmode-on-a-graphicsoverlay/m-p/160799#M1819</guid>
      <dc:creator>OlivierROSSINI</dc:creator>
      <dc:date>2015-07-16T17:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the ElevationMode on a GraphicsOverlay?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-set-the-elevationmode-on-a-graphicsoverlay/m-p/160800#M1820</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;Check sample &lt;A href="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/Desktop/ArcGISRuntimeSamplesDesktop/Samples/Scene/ElevationModeSample.xaml" title="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/Desktop/ArcGISRuntimeSamplesDesktop/Samples/Scene/ElevationModeSample.xaml" rel="nofollow noopener noreferrer" target="_blank"&gt;arcgis-runtime-samples-dotnet/ElevationModeSample.xaml at master · Esri/arcgis-runtime-samples-dotnet · GitHub &lt;/A&gt;​ for usage. Basically you define SceneProperties for the GraphicsOverlays.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;esri:GraphicsLayer&amp;nbsp; ID="AbsoluteModeGraphicsLayer"&amp;gt;
&amp;nbsp; &amp;lt;esri:GraphicsLayer.SceneProperties&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:LayerSceneProperties SurfacePlacement="Absolute"/&amp;gt;
&amp;nbsp; &amp;lt;/esri:GraphicsLayer.SceneProperties&amp;gt;
&amp;lt;/esri:GraphicsLayer&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:27:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-set-the-elevationmode-on-a-graphicsoverlay/m-p/160800#M1820</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2021-12-11T08:27:56Z</dc:date>
    </item>
  </channel>
</rss>

