The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
77 views

LineSymbols not rendering in ArcGIS Runtime for WPF SDK 10.1.1 without AcceleratedDisplay

I've posted this over on ESRI's ArcGIS Runmtime for WPF forums but I thought I'd repost here to get some more developer exposure. Any input would be greatly appreciated. Original post here: ...
3
votes
1answer
142 views

Convert ArcMap label expressions from VBScript to Javascript or Python

I have a large number of layers (hundreds) with label expressions written in VBScript. I am using ArcMap 9.3.1, and I'm now starting to export the layers as MPKs for use in our ArcGIS Runtime (WPF) ...
1
vote
0answers
38 views

Stopping the automatic snap to locator in Arcgis 10.0 reverse geocode

I built a network application using arcgis 10.0 sdk for wpf. The application uses a locator of highway milestones to reverse geocode (and identify) the "flag" the user clicked on the map. My Problem ...
1
vote
2answers
192 views

Can draw points but not polylines in WPF Runtime code

The following C# code works when drawing in Point mode, but not Polyline . . . // "Draw" is ESRI.ArcGIS.Client.Draw object _draw = new Draw(_map); _draw.DrawMode = DrawMode.Polyline; ...
3
votes
0answers
178 views

How to draw on an ESRI.PrototypeLab.Surface?

i'm trying to draw on the ESRI map enabled to Microsoft Surface (ESRI Map -> Surface) but i can't find the way to do so. The problem is that the Draw method (which come from the ArcGIS API for WPF, ...