Questions tagged [arcgis-runtime-net]

76 questions
0
votes
0 answers

System.Net.Http.HttpRequestException: Unexpected status line in ArcGISHttpClientHandler+NativeHttpMessageHandler.SendAsync

While getting the image details with attachments of the Asset an exception is thrown while calling Attachment.GetDataAsync(); but not able to recreate the same again. the issue came in android. ArcGIS runtime version is…
Dev
  • 315
  • 2
  • 16
0
votes
1 answer

Is there a way to display 3D symbology in ArcGIS scene without using ModelSceneSymbol

i want to display my custom 3d symbol instead of ArcGIS sphere, cylinder etc. For scenesymbol marker, i tried to use ModelSceneSymbol but it wasn't much help because it doesn't have any way to import it and i had to copy all the code required nearly…
Who
  • 1
  • 1
0
votes
0 answers

How to search for nuget package of particular header file

Hi I am pretty new to coding projects and I want to import this script to run it in my project I have tried including its header but still it kept showing error I am including the link can anyone tell me how to run the script so that I can finish my…
Who
  • 1
  • 1
0
votes
1 answer

how to get the attachments of the asset while working in offline with arcgis runtime.net for xamarin.forms

I'm using the offline mode in Arcgis maps by downloading Geodatabase and offline tpk with Xamarin.Forms. Is there any way to get the attachments of the asset while working offline with ArcGIS Runtime. And ArcGISFeature.GetAttachmentsAsync() method…
Dev
  • 315
  • 2
  • 16
0
votes
1 answer

Assets are hiding under the map for Terrain with Labels with ArcGIS Runtime maps Xamarin.Forms

Assets are hiding under the map for Terrain with Labels basemap.It is not happening with other basemaptypes like Streetvector. ArcGIS Runtime 100.13.0 and Xamarin.Forms 5.0.0.2337 used.please help to solve the issue. myMap.Basemap =…
Dev
  • 315
  • 2
  • 16
0
votes
0 answers

App is crashing due to GeoView.StartRendering () System.InvalidOperationException: Device not initialized in xamarin.forms with android

when navigating to mappage an appcrash happend and its appcenter log showing as GeoView.StartRendering () System.InvalidOperationException: Device not initialized. this issue happening rarely with android devices.please help to resolve this…
Dev
  • 315
  • 2
  • 16
0
votes
0 answers

Graphics not displaying in esri scene

I am trying to build an AR app for navigation, and i am trying to modify the app for rest points, so I decided to add 3d graphics overlay in esri maps while building the app in visual studio, but the problem is I can see a 2d point but when I try to…
Who
  • 1
  • 1
0
votes
0 answers

Crash with Uwp in Xamarin.Forms when memory reaches more than 1200mb

Working with the map-related application(ArcGIS runtime) using Xamarin.Forms. A crash happened with Uwp devices while navigating and loading the map page. While checking memory its reaches up to 1200 MB at the time of crashing. Is this due to a…
Dev
  • 315
  • 2
  • 16
0
votes
1 answer

While assigning exisingmapinstance to new MapView.map facing Object is already owned: Already owned exception in xamarin forms

While assigning the previous page's map instance to another page's MapView's map then getting an Object is already owned: Already owned exception. how to use the existing map instance to another page with Xamarin.Forms 5.0.0.2337 and…
Dev
  • 315
  • 2
  • 16
0
votes
1 answer

Geodatabase item not found: Valve_6__ATTACH exception thrown with Arcgis Runtime 100.0.13 while clone the map xamarin.forms

need to use a map instance for another page so far clone the map instance and using that. but after updated the esri.ArcgisRuntime version from 100.0.8 to 100.0.13 facing a new error Geodatabase item not found: Valve_6__ATTACH while cloning the map…
Dev
  • 315
  • 2
  • 16
0
votes
1 answer

Upgrading from Esri.Arcgis.Client 10.2.x to Arcgis.Runtime.100.x

Hello fellow arcgis developers. I am about to migrate from old Arcgis.Client .Net to Arcgis.Runtime .Net. And looking at the documentation I cant find what corresponding namespaces they are now using in the Arcgis.Runtime 100.x. Now when running…
codemoonger
  • 613
  • 3
  • 11
  • 22
0
votes
1 answer

ArcGIS Runtime : SceneView load tif file not work

I want to load a tif file into SceneView, I tried the method from this, the code is as follows: Esri.ArcGISRuntime.Geometry.Envelope pacificSouthwestEnvelope = ...; // Create an ImageFrame with a local image file and the extent envelope …
zLulus
  • 15
  • 1
  • 3
0
votes
1 answer

ArcGIS Runtime : How to determine the relationship between two 3D geometry

I want to judge the relationship between two 3D geometry: Whether overlap If overlap, what is the overlapped part and what is the overlapped volume. I want to know if there is a mature method in ArcGIS to achieve such a function, because it is too…
zLulus
  • 15
  • 1
  • 3
0
votes
1 answer

ArcGIS Runtime : How to create 3d cube in SceneView with Z?

I want to draw 3d cube in SceneView by interactive operation. The functions I hope to achieve are: Click multiple points (x1, y1,0), (x2, y2, 0), (x3, y3, 0), (x4, y4, 0) on SceneView through interaction. Enter the height h through the pop-up…
zLulus
  • 15
  • 1
  • 3
0
votes
1 answer

How can I configure Editor Tracking in ArcObjects 10.3 for .net for a table programmatically?

I use ArcObjects for .net for ArcGis 10.3. I didn't find any interface to configure editor tracking for a table of GDB database. How can I configure Editor Tracking for a table programmatically? I found interface IDEEditorTracking but I didn't find…
uvgen
  • 1
  • 3