Thank you David, i've finally figured out that the remaining "tags" were waypoints.
Sorry i'm a noob with mappoint and have to pratically re-write an application interfacing with it.
:sailor:
Type: Posts; User: EricL
Thank you David, i've finally figured out that the remaining "tags" were waypoints.
Sorry i'm a noob with mappoint and have to pratically re-write an application interfacing with it.
:sailor:
Hello,
I'm trying to delete a set of pushpins using code standard method:
For Each objDataSet In mapMap.ActiveMap.DataSets
If objDataSet.Name = "My pushpins" Then
...