Questions tagged [arcgis-runtime-net]

76 questions
6
votes
2 answers

Implementing MVVM with ArcGIS Runtime local server

I am trying to setup a ESRI Local Server for displaying .mpk. I have a Model like public class Model { private string basemapLayerUri = "http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"; private string…
Mona Coder
  • 6,212
  • 18
  • 66
  • 128
3
votes
1 answer

Esri.ArcGISRuntime nuget package is not supported for netcoreapp2.2

I'm trying to use the following classes CredentialRequestInfo and Credential. And as mentioned in ArcGIS Developers, in order to use the classes we need to install Esri.ArcGISRuntime nuget package. But when installing the package, I get the…
Mohamad Mousheimish
  • 1,641
  • 3
  • 16
  • 48
3
votes
0 answers

Is it possible to Add a revit file to a scene and publish it as WebScene using ArcGIS C# API?

I would like to know if I could place a Revit File to a Scene and then publish the Scene as Web Scene to my profile using ArcGIS C# API / REST API. I do not have ArcGIS Server installed. I have ArcGIS Web and ArcGIS Desktop. My aim is to the…
georgyfelix
  • 368
  • 2
  • 13
2
votes
1 answer

Unable to give the file path to the style dictionary

I am working on a .net project where I have to convert features into graphics to show them with stored symbols. I have a separate style file as .stylx and geodatabase file as .goedatabase.zip which I want to utilize to show my symbole of the style…
user17148382
1
vote
0 answers

why is the color and texture of 3d file missing in arcgis scene?

i am trying to build arcgis scene with my custom 3d models with ModelSceneSymbol but when the model finally loaded(.dae format) it appeared pure white when i explicitly designed it red, also most of the other formats like .fbx,obj etc. don't seem to…
H99C1
  • 35
  • 7
1
vote
0 answers

how to keep 3d files online?

I have been trying to build an app to take custom elements display on the map, for this arcgis provides ModelSceneSymbol Class which takes two parameters: Uri and scale factor, when using in wpf (i am using System.Uri in this case) it is working…
H99C1
  • 35
  • 7
1
vote
1 answer

Displaying Custom Symbols in ArcGIS runtime

Hi i am new to arcgis and i want to display my custom symbol of 3d type with .obj format on a layer of data, i would like to display this particular symbol in all of the layer data's 2d points. I know how to convert 2D Points using renderer to 3D I…
H99C1
  • 35
  • 7
1
vote
1 answer

Export the vector tiles in API for .net

Want to obtain a job to generate and download a vector tile package and its default style resources by passing the (ExportVectorTilesParameters) to the (ExportVectorTiles) method on the (ExportVectorTilesTask) class. That must also provide a…
user17152018
1
vote
0 answers

How to get band count from local raster file in ArcGIS Runtime

I need to know how to get the band count of raster file directly in ArcGIS Runtime with c# wpf. I am using the below code but it didn't get the Geo-Elements sometimes. Kindly suggest is there any other ways to get the raster band count directly? …
1
vote
0 answers

EntryPointNotFoundException using hot restart in Xamarin Forms on iOS with the ArcGIS Runtime

I created a new Xamarin Forms app for iOS in Visual Studio and added the following code in AppDelegate.cs referencing the ArcGIS runtime. public override bool FinishedLaunching(UIApplication app, NSDictionary options) { …
dalchri
  • 97
  • 8
1
vote
1 answer

ESRI ArcGIS 100.9 .NET Wpf Point icon with Line Icon

Using ArcGIS Esri 100.9 with .NET Wpf, I am trying to combine a point icon and a line geometry, but I am not sure how to do that. I want to have a line with the point symbol at the start point and only the start point. Is there any way to do that…
SA3709
  • 192
  • 2
  • 11
1
vote
0 answers

Esri.arcgis.server exception from HRESULT: 0x80040111 (CLASS_E_CLASSNOTAVAILABLE) in GISServerConnectionClass()

I am getting following error from my DLL when executing following statement with ArcGIS Server 10.8: IGISServerConnection conn = new GISServerConnectionClass(); Am I doing something wrong, following are some other information which may help you…
Amitab
  • 11
  • 2
1
vote
2 answers

Showing GIS data on ArcgisArView in World Scale Mode

I was trying to create an android app which shows GIS data in layers in RealTime AR. Something like the one in the image. I am already using ArcGIS runtime SDK to show all the GIS data in 2D map. But i could not find proper documentation to achieve…
1
vote
1 answer

Issue with Creating a symbol on an ESRI Map

I am having an issue in my MVVM client app going from ESRI.ArcGISRuntime.Toolkit v10.2.7.0 into ESRI ArcGISRuntime v100.1, where the symbols I was using to locate a stop are randomly not being created. I pass a List into the following method: …
tCoe
  • 401
  • 1
  • 5
  • 24
1
vote
0 answers

How do I add a dynamic marker or pin to a ArcGIS Runtime shared map app with xamarin forms on visual studio?

I am working on a cross platform app that will display a map and allow a user to place a marker/pin (whichever you want to call it) on the map. I have already managed to display the map on my device so this is fine. However I do not know how to add…
1
2 3 4 5