Questions tagged [arcgis-runtime-net]
76 questions
1
vote
1 answer
How to use gif symbols with ArcGis
I'm using the ArcGis .NET SDK from Esri and was hoping to use a .gif symbol similar to the following, although even though I see that a HTTP request was sent for the image the map doesn't display the gif. If I select an online .png it works…

Blackey
- 698
- 7
- 14
1
vote
1 answer
ArcGIS runtime for WPF - A missing assembly reference?
I have installed the ArcGIS Runtime SDK for .NET (100.1.0)
I created a WPF app from the ArcGIS template (that should come with all the necessary assembly references...).
I have a "MapView" (my XAML file) containing a map to which I would simply…

harveyAJ
- 833
- 1
- 11
- 26
1
vote
2 answers
Limit arcgis .net SDK 100.1 zoom levels
I'm using the ArcGIS Runtime SDK 100.1.0 for .NET. I have a mobile map package (.mmpk) vector map and want to limit the maximum and minimum zoom in the MapView. I tried to track the MapScale property and set…

Alexandr Shutko
- 1,857
- 2
- 20
- 27
1
vote
1 answer
How can I create a Graphic Geometry back form list of MapPoints
I retrieved a list of Points from a Polygon the following way;
public Graphic Graphic { get; set; }
public List MapPoint { get; set; }
MapPoint = new List();
ESRI.ArcGIS.Client.Geometry.PointCollection points =…

Fran Martinez
- 677
- 4
- 15
- 36
0
votes
1 answer
How to draw and show map in in ArcGIS C# Silverlight Application
I recently need to develop a ArcGIS system in Silverlight C# Application via visual studio community 2022. The main problem I meet now is to set the GraphicsLayer in map, and show the map in the layout. And since silverlight is no more support by…

abramhum
- 443
- 2
- 8
- 20
0
votes
1 answer
ESRI.ArcGIS.Client.Symbols.SimpleFillSymbol invoke system crash on Unhandled Error in Silverlight Application
I am a newbie to Silverlight application, and recently need to develop a ArcGIS system
written in C# via visual studio community 2022.
The main problem I meet is the ArcGIS tag using in .xaml files. Since microsoft has no longer maintain…

abramhum
- 443
- 2
- 8
- 20
0
votes
0 answers
Using DTED data publishing from GeoServer with Arcgis Runtime in C#
I'm publishing GeoServer raster layers with WMTS. Only one of these layers consists of DTED data. I am trying to create a 3D world model with this data. I can use the data published from GeoServer on the map. But I can't provide terrain. As a result…

bekici
- 68
- 10
0
votes
0 answers
Is there a way to auto scale an icon based on the map scale in arcgis android version 100.6.0
Im developing an app for android V4.4 so I have to use arcgis runtime sdk 100.6.0
I couldnt find a way to make the PictureSymbol in my GraphicOverlay to auto scale based on the current map scale.
I tried looking into this…

Maor Pikris
- 3
- 1
0
votes
0 answers
How to extract wkt string from kml file C#
So I’m trying to use ArcGIS Runtime to import and export kml files from a basic map control. I have the export working and I only now have to extract data from the kml file to draw a geometry on the map control.
I am only supporting line, points and…

f_olivere
- 93
- 1
- 4
- 17
0
votes
0 answers
"Geodatabase field exists: fid" loading shape file
I'm attempting to create a feature layer in ARC GIS using a shape file but I'm getting the following exception when trying to open the shape file with ShapefileFeatureTable.OpenAsync
{"Geodatabase field exists: fid"}
var shapeFileFeatureTable =…

user1683456
- 91
- 1
- 2
- 7
0
votes
0 answers
How to Properly Display Local Raster Files as Layers in the Scene
I want to display my local image files on the map/scene as layers. For example, consider the following file structure:
Folder1:
img1_1, img1_2, ..., img1_100
Folder2:
img2_1, img2_2, ..., img2_500
I want to display all of the rasters in Folder1 as…

AnthonyWalsh3
- 1
- 1
0
votes
1 answer
How to fix a 'System.DllNotFoundException' error when running a ArcGIS Runtime WPF App (.NET)?
I set up a ArcGIS Runtime WPF App (.NET) in Visual Studios. I tried running the application and a 'System.DllNotFoundException' error occurs. The error more specifically says 'Unable to load DLL "RuntimeCoreNet100_14.WPF.dll" or one of its…

jsrinivasan
- 11
0
votes
1 answer
Drawing arcs in ArcGIS
I need to draw several arcs in an ArcGIS overlay. I want to make a function where with a location, angle and distance, draw an arc like the attached file.

Francisco Lopez
- 79
- 7
0
votes
0 answers
Skipped Loading Symbols Statement in Visual Studio
Hi i am trying to import my custom made 3d symbol onto the scene , it was working fine a week ago but now it keeps giving me this statement and doesn't render any symbols on my scene
'DisplayAScene.exe' (CoreCLR: clrhost): Loaded 'C:\Program…

H99C1
- 35
- 7
0
votes
1 answer
DataManager.cs file of ArcGIS returning File not found error
Hi i am trying to build AR App in Xamarin.iOS, to get my custom 3d model displayed i neede to use ModelSceneSymbol and also publish my custom 3d model into arcgis by zipping it, so that later in runtime i can unzip it and use it.
To complete the…

H99C1
- 35
- 7