-2

Hi im looking at Arcgis but the application is an embedded Labview app , we do link to a C# 4.5 DLL but they dont support WPF.

Question can i use the arcgis DLL to just get a map as a bitmap ?

All we really need is the map and display coordinates of an object , a proposed path ( between some way points) and calculate some sort of hitmap.

I know i can use the png files and load them as bitmaps and do it manually buit just loooking at how much i can use the API for.

user1496062
  • 1,309
  • 1
  • 7
  • 22

1 Answers1

0

You could try the ArcGIS Runtime SDK for .NET. It doesn't require WPF.

Gary Sheppard
  • 4,764
  • 3
  • 25
  • 35