POST
|
Hi Matt, Windows 10 is not supported yet. you can also check the ArcGIS .NET SDK system requirements for more info. Thanks Matt, Asser
... View more
05-11-2015
04:53 PM
|
0
|
8
|
37
|
POST
|
Hi Andrew, It should be available during the coming month in June. In the new version we add supporting KML layers and 3D capabilities and lots of bug fixes. Documentations will be available after the version released. Thanks, Asser
... View more
05-11-2015
10:45 AM
|
0
|
0
|
7
|
POST
|
Hi Lina, We now support only one returned route for the RouteResults. The TotalCost may vary depend on your settings, you will find more detailed description on what it is, how it is calculated and how to use the route cost in the links below. ArcGIS Help1 ArcGIS Help2 ArcGIS Help3 Hope that helps. Thanks, Asser
... View more
05-09-2015
01:15 PM
|
0
|
1
|
31
|
POST
|
Hi Andrew, Adding KML Layer is not supported in the current released version 10.2.5, it will be supported with other new capabilities in the next .NET SDK version. Thanks, Asser
... View more
05-09-2015
12:32 PM
|
0
|
2
|
7
|
POST
|
Hi Asghar, Happy to see someone interested in it . And yes I worked in it few years ago and I am sure things got changed and I dont have anymore access to anything. You can share what is the exact idea of it and we can see how we can achieve it with the ArcGIS Silverlight API. Thanks, Asser
... View more
05-07-2015
11:28 AM
|
0
|
1
|
30
|
POST
|
Hi Ed, Actually that's a limitation with the AttributeLabelClass. The positioning properties ( XOffset , Y Offset , Angle and AngleAlignment) is not supported for AttributeLabelClass. Symbol. Thanks, Asser
... View more
04-27-2015
02:04 PM
|
0
|
0
|
27
|
POST
|
Hi Lina, Thanks for letting us know, try to go ahead and use the latest version 10.2.5 all OutputLine parameters works as expected, except Default value that is an issue we aware of. Update: I apologize for the misunderstanding I thought you was talking about Online Routing, I tried LocalRouting as you mentioned and I am seeing the same behavior you described even on 10.2.5. We will work on fixing this issues. Thanks, Asser
... View more
04-23-2015
01:19 PM
|
0
|
0
|
17
|
POST
|
Hi Ragu, You can look online for C# tutorials for beginners there is a lot of online resources and books and also you need to be familiar with WPF . Then after you feel comfortable with creating apps with C# you can start playing and learning using ArcGIS .NET SDK after, you will find lot of resources on ArcGIS developers website and getting started video or training seminar is another good source. enjoy , -Asser
... View more
04-20-2015
11:36 AM
|
1
|
0
|
31
|
POST
|
Hi Jim, Here is the way to add mpk layer to the map, you just need to use ArcGISDynamicMapServiceLayer and the ServiceUri will be a LocalMapService.UrlMapService LocalMapService localMapService = new LocalMapService("mpk file path"); await localMapService.StartAsync(); ArcGISDynamicMapServiceLayer arcGISDynamicMapServiceLayer = new ArcGISDynamicMapServiceLayer() { ID = "arcGISDynamicMapServiceLayer", ServiceUri = localMapService.UrlMapService, }; MyMapView.Map.Layers.Add(arcGISDynamicMapServiceLayer); And there is a sample for that on GitHub. ArcGIS .NET Samples, in Desktop Samples > Layers > Dynamic Service Layer > ArcGIS Local Dynamic Service Layer Sample Thanks, Asser
... View more
04-16-2015
02:47 PM
|
1
|
3
|
73
|
POST
|
Hi Sandeep, Actually the returned route results contain the Route and it is a Polyline Geometry. And the Barriers parameter is a type if Enumerable(Graphics) so you will add the returned line to the Barriers parameter then do another Route task with the new parameter. Then the returned results will be another polyline route. So now you have two possible routes. Then do the same using the two routes you got to create a third route. And then show each route on the map to show the user the three possible routes. No user interaction needed in this to achieve that. Thanks, Asser
... View more
04-15-2015
05:35 AM
|
2
|
1
|
11
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|