Hi
The following works fine in vb.net
objpin.moveto(map1.ActiveMap.DataSets.Item("Depots "))
where objpin = MapPoint.pushpin
When I try this in c# I get the following error -
MapPoint.Datasets dopes not contain a definition for item
Any ideas on how to convert this code.
Thanks in advance.