POST
|
Hi, The Scene has a BaseSurface property of type Surface. A Surface includes a collection of elevation sources in its ElevationSources property. You should be able to remove the elevation source from that collection.
... View more
3 weeks ago
|
0
|
0
|
55
|
POST
|
Did you include the xaml part? And if you did, what is the build action for the xaml?
... View more
03-10-2021
10:35 AM
|
0
|
0
|
91
|
POST
|
To get the feature class name from the File Geodabatase you will need to implement a python script as a Geoprocessing package. You can use the example Python script provided in the original thread as your starting point. Pass the path to the File Geodatabase as the input and return an appropriate output data set, for example a table of dataset names and types, or just a simple list of feature class names if your users are not adding rasters, mosaics, etc. Pass the name of the dataset selected into your function to create a file geodatabase workspace / create a map image sub layer. For more information see https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/share-analysis/create-a-geoprocessing-package.htm
... View more
02-08-2021
12:01 PM
|
0
|
0
|
158
|
POST
|
Hi, Thank you for your solution! But I just need to add file geo database without mentioning the feature class name in the code. Is there any possibility for this? It would be great pleasure if it is there.
... View more
02-04-2021
09:46 PM
|
0
|
0
|
311
|
POST
|
Hi, ArcGIS Runtime works with Scene Layers - you can use ArcGIS Pro to publish/share your Multipatch feature class as a Scene Layer Package for offline/disconnected use or as a Scene Layer service for online/connected use: https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/create-scene-layer.htm https://enterprise.arcgis.com/en/portal/latest/use/publish-scenes.htm https://doc.arcgis.com/en/arcgis-online/manage-data/publish-scenes.htm https://developers.arcgis.com/net/scenes-3d/
... View more
02-02-2021
09:14 AM
|
0
|
0
|
119
|
POST
|
Hi, Is this working? When I am trying this code, It shows no error. But I am not able to see the features in the map. It would be the great pleasure if you can help me with this.
... View more
01-29-2021
04:49 AM
|
0
|
0
|
154
|
POST
|
You are using the 'ArcGIS Runtime SDK for .NET' and posted your question in the 'ArcGIS Pro SDK for .Net'. Slight difference in the name, but the APIs are very different. Kudos to Marteen, who knows both APIs, but in the future you will get better results if you post your questions under 'ArcGIS Runtime SDK for .NET'.
... View more
01-21-2021
06:37 AM
|
0
|
0
|
269
|
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|