<?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 do I create a new scene without an elevation source? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-create-a-new-scene-without-an-elevation/m-p/1068185#M6734</link>
    <description>&lt;P&gt;Given when creating a scene, we cannot remove the ‘Ground’ elevation surface, how can we create a new scene without an elevation source?&amp;nbsp; While we can change the default behavior through the project settings, we cannot change project settings through code. (It seems you can change custom settings only)&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jun 2021 22:45:24 GMT</pubDate>
    <dc:creator>KyleBPerri</dc:creator>
    <dc:date>2021-06-14T22:45:24Z</dc:date>
    <item>
      <title>How do I create a new scene without an elevation source?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-create-a-new-scene-without-an-elevation/m-p/1068185#M6734</link>
      <description>&lt;P&gt;Given when creating a scene, we cannot remove the ‘Ground’ elevation surface, how can we create a new scene without an elevation source?&amp;nbsp; While we can change the default behavior through the project settings, we cannot change project settings through code. (It seems you can change custom settings only)&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 22:45:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-create-a-new-scene-without-an-elevation/m-p/1068185#M6734</guid>
      <dc:creator>KyleBPerri</dc:creator>
      <dc:date>2021-06-14T22:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a new scene without an elevation source?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-create-a-new-scene-without-an-elevation/m-p/1068481#M6740</link>
      <description>&lt;P&gt;yes, u are right. thanks for this requirement. we will add this to the public api&lt;/P&gt;&lt;P&gt;meanwhile, u can delete ground after the scene has been created using &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/index.html#topic22679.html" target="_blank" rel="noopener"&gt;map.GetGroundElevationSurface()&lt;/A&gt; followed by &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/index.html#topic22681.html" target="_blank" rel="noopener"&gt;map.RemoveElevationSurface(ground)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 17:03:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-create-a-new-scene-without-an-elevation/m-p/1068481#M6740</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2021-06-15T17:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a new scene without an elevation source?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-create-a-new-scene-without-an-elevation/m-p/1068961#M6750</link>
      <description>&lt;P&gt;A followup,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;map.RemoveElevationSurface will throw an&amp;nbsp;InvalidOperationException if you try to remove the ground surface.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;The following code should be used to remove the elevation sources from the ground surface.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var ges = map.GetGroundElevationSurface();
ges.BaseSources = null;

map.SetElevationSurface(ges);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 16:22:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-create-a-new-scene-without-an-elevation/m-p/1068961#M6750</guid>
      <dc:creator>NarelleChedzey</dc:creator>
      <dc:date>2021-06-16T16:22:33Z</dc:date>
    </item>
  </channel>
</rss>

