|
POST
|
Hi, That error is coming from our DirectX rendering code. A couple of suggestions/requests: - Are you able to reproduce with the current release, 100.11? - Check the status of your display drivers on those machines: are they up to date? - Can you run DxDiag and click the button `Save All Information...` then attach the resulting text file? Thanks
... View more
06-16-2021
10:15 AM
|
0
|
1
|
2146
|
|
POST
|
Hi, There's a simple example showing how to create one from scratch in our samples: https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/main/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Utility%20network/DisplayUtilityAssociations There's also a Legend control in the Toolkit (which you can reference from Nuget.org or build from source): https://esri.github.io/arcgis-toolkit-dotnet/controls.html. The Toolkit repo contains a SampleApp demonstrating the Legend.
... View more
06-07-2021
05:46 PM
|
0
|
0
|
1682
|
|
POST
|
What's the value of _tokenCredential when you set it?
... View more
06-03-2021
02:44 PM
|
0
|
1
|
2493
|
|
POST
|
If you are using ArcGIS Runtime SDK for .NET and building a WPF app, you might be able to use the Local Server component and write a Python script and share as a Geoprocessing package. https://pro.arcgis.com/en/pro-app/latest/help/data/cad/cad-data-in-arcgis-pro.htm The 'CAD to Geodatabase' geoprocessing tool is also supported in Local Server: https://developers.arcgis.com/net/local-server/geoprocessing-tools-support/ https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/cad-to-geodatabase.htm
... View more
06-02-2021
02:35 PM
|
1
|
0
|
3488
|
|
POST
|
@SalieghAziz This post wasn't moved because additional clarification was required regarding the exact product being used. solved for the OP? Please can you clarify the question?
... View more
06-02-2021
01:55 PM
|
0
|
2
|
3491
|
|
POST
|
Hi, You can find information on the minimum version of ArcGIS Enterprise supported in the System Requirements topic: https://developers.arcgis.com/net/reference/system-requirements/#arcgis-software-and-connected-services. It's likely that ArcGIS Runtime will continue to support ArcGIS Enterprise 10.6.1 until it is retired on January 01, 2024. Thanks
... View more
06-01-2021
11:53 AM
|
0
|
0
|
1204
|
|
POST
|
What I want to achieve is such an effect, if an emergency occurs in a place, then this place will have an outward propagation effect like seismic waves on the map. Do you mean something like this?
... View more
05-19-2021
11:56 AM
|
0
|
1
|
2113
|
|
POST
|
Now, the question is is the flag cannot move when I move my map(my map is arcgis map). But if I use Bing Map and <map:Pushpin> element, the flag can move when Bing Map moved. This sounds like it is worthwhile creating a separate question.
... View more
05-19-2021
10:32 AM
|
0
|
0
|
2113
|
|
POST
|
Hi, Try removing the layer ID, and instead just use: https://sampleserver6.arcgisonline.com/arcgis/rest/services/Sync/WildfireSync/FeatureServer
... View more
05-18-2021
02:52 PM
|
0
|
1
|
1717
|
|
POST
|
Hi, To create a layer from an `ImageServer` endpoint, you should use the RasterLayer and ImageServiceRaster classes. Resources: - https://developers.arcgis.com/net/wpf/api-reference/html/T_Esri_ArcGISRuntime_Mapping_RasterLayer.htm - https://developers.arcgis.com/net/wpf/sample-code/raster-layer-service/ Thanks
... View more
05-18-2021
02:50 PM
|
0
|
1
|
1830
|
|
POST
|
Hi, The approach with the best support for this scenario would be using a feature service and one of the offline map workflows (as mentioned in an earlier reply): https://developers.arcgis.com/net/offline-maps-scenes-and-data/. A GraphicsOverlay might fit your needs, but you could also take a look at FeatureCollections which provide ToJson/FromJson methods for saving (they also support saving as portal items): https://developers.arcgis.com/net/wpf/api-reference/html/T_Esri_ArcGISRuntime_Data_FeatureCollection.htm. For a sample see https://developers.arcgis.com/net/wpf/sample-code/feature-collection-layer/.
... View more
05-18-2021
08:50 AM
|
0
|
0
|
2824
|
|
POST
|
Hi, decided to outsource the loading process into another thread. But I don't know where the loading process exactly occurs. Do you mean your loading process or ArcGIS Runtime parsing the KML contents? Can you share any code? While it's UWP, this demo might help: https://github.com/Esri/arcgis-runtime-demos-dotnet/tree/main/src/KmlViewer/KmlViewer
... View more
05-18-2021
08:34 AM
|
0
|
0
|
1069
|
|
POST
|
Hi, To avoid querying both tables and working with the result sets, you could also try querying the point shapefile feature table, creating a multipoint geometry from the results and passing that as the input geometry for a query on the polygon shapefile feature table.
... View more
05-18-2021
08:28 AM
|
0
|
1
|
2186
|
|
POST
|
Hi, Can you share your code for your ImageTiledLayer subclass and the code that calls it? Thanks
... View more
05-18-2021
08:25 AM
|
0
|
1
|
980
|
|
POST
|
Hi, Can you provide more information about the type of symbol and type of animation you would like? We are researching animated symbols for our roadmap, but it is already possible to achieve some "animation" today depending on the effect you want. Thanks
... View more
05-18-2021
08:22 AM
|
0
|
4
|
2126
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-14-2026 05:04 AM | |
| 1 | 02-20-2024 07:02 AM | |
| 1 | 01-19-2026 06:44 AM | |
| 1 | 12-10-2025 07:16 AM | |
| 1 | 11-21-2025 08:12 AM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|