|
POST
|
Hi, This is a restriction of the UWP 'sandbox' - you will need to take one of the following approaches: - Include the file with your application - Prompt the user to browse to a location they give the app permission to access - Read the file from one of the locations that all UWP apps can access (note you will need to request that capability in your app manifest). For more information see File access permissions - UWP applications | Microsoft Docs. Thanks Mike
... View more
05-25-2020
11:22 AM
|
0
|
1
|
2436
|
|
POST
|
Hi, The latest release (100.8) added support for 'animation' of raster data in the 3D scene view with Image Overlays. Bringing that to the 2D map view is on the roadmap for a future release. Regarding Local Server, that's an additional component/SDK that you as the developer install on your dev machine and incorporate the capabilities into your app then you include the Local Server pieces you need when you deploy the app to your users. How many raster datasets would you like to animate and what's the image size approx? Thanks Mike
... View more
05-25-2020
11:10 AM
|
1
|
4
|
4607
|
|
POST
|
Hi, This URL is a search of the basemaps on ArcGIS Online filtered by 'raster'. Note some may include both raster and vector content. Alternatively you might consider publishing you own tiled service. When features don't precisely line up with the basemap data, it can be challenging to determine which one is technically out of place. It may also be worth taking a looking at this Guide topic on Spatial References in ArcGIS Runtime. Thanks Mike
... View more
05-25-2020
10:59 AM
|
0
|
1
|
5613
|
|
POST
|
Hi, In ArcGIS Runtime vector tiled layers are currently only supported in the 2D map view. Support for vector tiled layers in the 3D scene view is on our roadmap for a future release. Thanks Mike
... View more
05-24-2020
11:19 AM
|
1
|
7
|
5613
|
|
POST
|
Hi, Are you able to get the job to succeed when running via the web browser? (Submit Job: Extract Data Task) Thanks Mike
... View more
05-22-2020
10:16 AM
|
0
|
1
|
3032
|
|
POST
|
Hi, Additional information on this file is included in Spatial references—ArcGIS Runtime SDK for .NET | ArcGIS for Developers. Thanks Mike
... View more
05-22-2020
10:12 AM
|
1
|
1
|
2276
|
|
POST
|
Mark, What changes were required to the data model? Thanks Mike
... View more
05-22-2020
09:36 AM
|
0
|
1
|
955
|
|
POST
|
Hi, I recommend testing the service endpoint in the browser and comparing the request URL with that made by ArcGIS Runtime (add a handler for the HttpRequestBegin event). It is possible, since that service is running on a version of ArcGIS that is no longer supported that there could be a difference in the way the parameters are requested in later versions. ArcGISHttpClientHandler.HttpRequestBegin += (sender, request) =>
{
// ... Check the request URL
}; Thanks Mike
... View more
05-21-2020
05:09 PM
|
0
|
3
|
3032
|
|
POST
|
Mark, We still have further investigation to do, but I wanted to give you an update with what we know so far: The problem appears to be due to the presence of an instance of the color type `CIMHSLColor` where currently we expect `CIMRGBColor`. This information may allow you modify your map to choose an appropriate RGB color in ArcGIS Pro and repackage. Color—ArcGIS Pro | Documentation. Specifically the layers containing symbols with this color type are the two annotation layers: - OH Fiber Optic Anno - UG Fiber Optic Anno I'll update you with more information when available. Thanks Mike
... View more
05-20-2020
12:50 PM
|
1
|
3
|
4240
|
|
POST
|
Hi, Feel free to email me: [email protected] Thanks Mike
... View more
05-19-2020
02:15 PM
|
0
|
0
|
3541
|
|
POST
|
Hi, The service at that URL does not support export (World_Street_Map (MapServer)). Instead, for export you should reference: - Item: https://www.arcgis.com/home/item.html?id=e384f5aa4eb1433c92afff09500b073d - Url: https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Street_Map/MapServer Thanks Mike
... View more
05-19-2020
09:28 AM
|
0
|
0
|
2349
|
|
POST
|
Terry, In this Dev Summit 2015 session we did share some general guidance to follow when migrating from one of several older Esri SDK technologies: https://www.arcgis.com/home/item.html?id=865907613bdd4f1bae1f0537f5a48d84. You mention `10.7.2`. Did you mean 10.2.7 or 100.7? If you started updating to 10.2.7 you may also want to review this guide topic: Migrate to 100.x from 10.2.x—ArcGIS Runtime SDK for .NET | ArcGIS for Developers. Thanks Mike
... View more
05-18-2020
10:23 AM
|
1
|
1
|
3541
|
|
POST
|
Hi, Do you still need migration advice? Thanks Mike
... View more
05-18-2020
09:46 AM
|
0
|
3
|
3541
|
|
POST
|
Hi, `ICoreInstanceOwner` is effectively an internal interface that supports tracking of managed and native object instances in ArcGIS Runtime. Thanks Mike
... View more
05-18-2020
09:40 AM
|
0
|
0
|
1533
|
|
POST
|
Hi, OperationalLayers is the collection of layers in the map containing your feature layers, raster layers, map image layers, etc. It's a term we inherit from the ArcGIS geoinformation model and you will see used across the ArcGIS platform. There is an important difference between graphics overlays in the view overlays collection and feature layers in the operational layers collection: when you save the map, graphics overlays are not saved. If you want to create those kind of 'in memory' objects and save them with the map then I recommend considering the FeatureCollectionLayer. For more info see: - Layers and tables—ArcGIS Runtime SDK for .NET | ArcGIS for Developers - operationalLayers | ArcGIS for Developers (Webmap spec) Thanks Mike
... View more
05-18-2020
09:31 AM
|
0
|
0
|
2116
|
| 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 |
07-02-2026
06:07 AM
|