ArcGIS Blog

3D Visualization & Analytics

ArcGIS Runtime SDK 10.2.6 for .NET is now available!

By Rex Hansen

We are proud to announce the release of version 10.2.6 of the ArcGIS Runtime SDK for .NET!  This release brings support for 3D and KML to .NET developers using the Runtime to build native apps for Windows PCs, tablets, and phones.

Here are a few highlights of new capabilities in the SDK:

  • Just like a MapView and Map are available for 2D, a SceneView and Scene enable you to display and interact with spatial data in 3D.
  • Support for KML version 2.2, plus some extensions. KML content can be hosted online or accessed locally and displayed in a Map or Scene.
  • Display buildings and structures using the new Scene service and display a variety of local data sources in a Scene, such as tile packages, mobile geodatabases, shapefiles, and local server services.
  • Show terrain using online image services or local raster data for elevation sources.
  • Extrude 2D graphics to provide 3D context.
  • Use pre-defined 3D symbology and custom models to render complex 3D graphics.
  • Change camera location to view Scene contents from different perspectives.

For a more complete list of new capabilities, performance improvements, and quality fixes in 10.2.6, please see the release notes.

Download and start using these new features today!

ArcGIS Runtime SDK for .NET Team

Share this article

Subscribe
Notify of
0 Comments
Oldest
Newest
Inline Feedbacks
View all comments
Anonymous
April 26, 2021 6:12 am

I am trying to implement this for my Org. I have followed along up until the configuration of the dashboard – step 5. How do I change the dashboard over to my own set of tables? Is it best to edit the json of the dashboard and replace the sample item id’s with my set? Also – to get the notebook to work – I had to comment out availble credits and assigned credits from the User Admin section of the notebook. Is this configured assuming we have turned on credit budgeting for the users – and if we haven’t… Read more »

Anonymous
April 23, 2021 8:32 am

Great stuff! We built a very similar dashboard and process for my company. We even made a StoryMap about it (Link below) . Dashboards are such a powerful tool that it can be used for non-spatial solutions as well.
Make an Item Report Dashboard (Public StoryMap): https://storymaps.arcgis.com/stories/136db4d3aaa84151be594b496f423a52

Colin Campbell(@colin-campbellrspb-org-uk_rspbeu)
January 16, 2023 5:48 am

This is really useful – thank you. Having set it up it up for our organisation’s account I’ve noticed a possible issue with the ‘FS Storage’ counter (and maybe some of the total credit measures used in other bits of the dashboard). The total number credits per month given in the FS Storage counter is much higher (almost 2x) than our total monthly credits usage as given by the ‘Overview’ tab in the ‘Organisation’ section of ArcGIS Online (which I’d consider to be the correct/definitive figure). Having had a bit of a search around, I’m wondering if it’s because the… Read more »

Bernie Connors(@geonb_bernie)
September 14, 2023 7:12 am

The notebook populates three tables:

  1. items
  2. users
  3. feature layers

But the instructions for updating the dashboard only requires changing the IDs for two of the tables. The user table does not appear to be used by the Dashboard. Is that correct?

Nour Salam(@nsalamjmt-com_jmt)
August 23, 2024 12:50 pm

Bonnie and Calvin: this is an excellent article! I am working on applying it for my organization. There is no longer an option to choose ArcGIS Notebook Python 3 Standard – 4.0. Instead, I can choose between 7.0 and 10.0. What would be causing that? @Calvin Kwon

Olivier Jobin(@oljo_rtc)
February 18, 2025 1:47 pm

I’m trying to implement this for my organisation and when running the notebook for the first (and subsequent) times, I get the following error :

dest_fl.delete_features(where="1=1")
Exception: 
This operation is not supported.
(Error Code: 400)

I run this on ArcGIS Notebook Python 3 Standard – 11.0.

Benjamin Hostetler(@hostebxmtf_wisdot)
March 27, 2025 1:25 pm
Reply to  Olivier Jobin

I have this same error. Any insight on resolving?

Paul Steeves(@paul-steevesottawa-ca)
February 25, 2025 12:21 pm

Excellent article! Exactly the item management solution we were looking for for our open data portal.